chrome-extensions-samples icon indicating copy to clipboard operation
chrome-extensions-samples copied to clipboard

Chrome Extensions Samples

Results 105 chrome-extensions-samples issues
Sort by recently updated
recently updated
newest added

is there any methods to control the border radius of popup.html?

I'm trying to add an extension from a custom repository on azure blob but the error below pops up every time. ![image](https://user-images.githubusercontent.com/6221667/170448169-c8867a1b-02cd-4296-be5d-ed63fc986192.png) I've also try to force the origin (also...

Unlike other huawei routers, B312-926 need a logged in user to view information like signal strength, etc. i was thinking about creating an extension that can manage my huawei router...

In manifest v3 action.default_icon is defined as a dictionary of sizes, not a string https://developer.chrome.com/docs/extensions/reference/action/

**Describe the bug** `chrome.scripting.executeScript` callback is never called (if using promises, the promise never resolves) when the page in which it's executed contains iframe with certain CSP headers that seem...

* Update JS files in the `api` and `examples` directories using Chromium's preferred formatting tool. * Update copyright headers in MV3 extensions to match current guidelines. * Fix a bug...

Hi, maybe I've overseen something obvious, but I have a hard time finding out how to add a command that toggles the popup of my extension (I want to trigger...

```chrome.extension.getBackgroundPage()``` is this api still usable? How to get the page of 'Service_Worker '