Created
August 30, 2020 06:40
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chrome.tabs.insertCSS({file:'dark.css'}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment