neminem
0
Q:

chrome extension add stylesheet to page

//Add this to manifest.json

"content_scripts": [
   {
      "matches":    ["http://www.google.com/*"],
      "css":        ["stylesheet.css"],
   }
],
0

New to Communities?

Join the community