Relative Content

Tag Archive for google-chrome-extension

Trouble making chrome extension

I’m experiencing an issue while trying to add a Google Chrome extension from VS Code. When I click “Load unpacked” and attempt to load the folder containing my code, the folder appears empty. This results in an error stating:

How to run a trigger only for active tabs, but not for open tabs?

In the contentScript.tsx file I track storage changes, and if storage has changed, I show a specific component. But, when changing storage, this works for all tabs that are generally open, but I need to do it only for the active tab. How can this be implemented?

Chrome Extension – Force Auto Update

I’ve been developing a Chrome Extension using Manifest V3 and need to ensure my backend stays synced with the Chrome Extension version. To achieve this, I use a backend version endpoint, which I call at certain points during the app’s lifecycle. If the server version differs from the client version (if (serverVersion !== clientVersion)), I then call chrome.runtime.requestUpdateCheck().

chrome extension to add a new search engine with keyword

I built a custom search engine and I want to distribute it via chrome extension. The only thing I want this extension to do is to add a new search engine with a keyword shortcut. I don’t need anything else only adding a new search engine.
Is there any way to do so with a chrome extension?

Keeping extension on top?

So my gf is workin on a project where they gotta create an extension but she ran into a problem so I was hoping to find a solution here