Skip to content

Instantly share code, notes, and snippets.

@caglarorhan
Created August 30, 2020 06:40
Show Gist options
  • Save caglarorhan/d689077993260a3406aa6a276f764e8a to your computer and use it in GitHub Desktop.
Save caglarorhan/d689077993260a3406aa6a276f764e8a to your computer and use it in GitHub Desktop.
To add css files into tabs from popup.js of browser (Chrome) extensions programmatically.
chrome.tabs.insertCSS({file:'dark.css'});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment