There is some simple example of how to execute a content script (as in Chrome) on the pages of example.com.
I can not figure out these SDKs and other things. Chrome is simple.
Please no Firefox XUL elements.
There is some simple example of how to execute a content script (as in Chrome) on the pages of example.com.
I can not figure out these SDKs and other things. Chrome is simple.
Please no Firefox XUL elements.
You were lucky, and about a year ago you decided to repeat the chrome API (called "web extensions" , now in "experimental alpha state", they promise to bless this feature to Firefox 48 and call it stable.)
In particular, here is a simple example with the content script: https://github.com/mdn/webextensions-examples/tree/master/borderify
Source: https://ru.stackoverflow.com/questions/494835/
All Articles