I am trying to insert some extra code into the current tab page in chrome using an extension
i.e add a submit button on top of the page. Where does this go? and how would I initialize every page like this?
I am trying to insert some extra code into the current tab page in
Share
If you put this in your
manifest.json,then
example.jsandexample.csswill be injected into every page you visit. See http://code.google.com/chrome/extensions/content_scripts.html for more information.