Why my chrome Extension not working, although code seems correct
I am creating a website blocking extension where user, add website he wants to block with a password.
And when he tries to open that site, a html page comes in front of him asking for the password, and when user put in the password , he got the access of the site.
How can I accessthe “guid” of a google chrome bookmark?
I need to access the guid of a google chrome bookmark using the chrome.bookmarks API.
The guid is the only value I found that won’t change across different computers when you sync the bookmarks in different computers.
Error when taking a screenshot with chrome extension
I’m a beginner in Chrome extensions and I’m just trying to make a simple extension which take a screenshot every 5 minutes.
how to keep “chrome extension side panel” remain open while user is navigating between different pages / refresh (in same tab)
I am building a chrome extension in side panel using “chrome.sidePanel”.
My extension is getting closed in below conditions;
How to access downloaded files in JS
I want to create an extension to make video files from files that are split and automatically downloaded by Chrome. (Not files downloaded into “C:UsersuserDownloads” !)
I google’d about Chrome API but not found the way to access Developer Tool in JS. Please let me know if you have a good idea!
Files that I want to access to