How can I pass a message from outside URL to my Chrome Extension? -
i know there's way extensions , pages communicate locally, need send message outside url, have chrome extension listen it.
i have tried easyxdm in background page, seems stop listening after awhile, if google "turns off" javascript in background page after awhile.
i think may try walk around , build site specific data structure, , implement content script specific specific data structure, , when finds 1 can fetch data want passed extension.
Comments
Post a Comment