Answers for "chrome extension add stylesheet to page"

0

chrome extension add stylesheet to page

//Add this to manifest.json

"content_scripts": [
   {
      "matches":    ["http://www.google.com/*"],
      "css":        ["stylesheet.css"],
   }
],
Posted by: Guest on May-15-2020

Code answers related to "chrome extension add stylesheet to page"

Browse Popular Code Answers by Language