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

I wanna copy the request as a custom request, wanna add another link like "Copy as cURL", is this possible, and is there some guide for this? ![image](https://user-images.githubusercontent.com/7604648/133864766-3c6d2e20-1318-4e7e-9605-4409459a9f11.png) I did...

You should be able to open an `` with URL set to `chrome-extension:///file.html` by specifying the file in `"web_accessible_resources"` then use `navigator.mediaDevices.getUserMedia()` and `navigator.mediaDevices.getDisplayMedia()`. _Originally posted by @guest271314 in https://github.com/GoogleChrome/chrome-extensions-samples/issues/627#issuecomment-898934924_

transport message betwreen: - popup background(Sevice Worker) - custom page background - content script background

I am working on testing tool and have a wish to have it on some specific tabs by using Chrome-scripting. As far as I know, the only way for set...

Sample "Chrome Query" not working. Sidebar panel "jQuery Properties" dont` show any content. chrome version 92.0.4515.131

**Describe the bug** chrome.identity.getAuthToken requires re-authorisation from the user, even though the user has already given permission to my app. **To Reproduce** Steps to reproduce the behavior, or file the...

With the arguably some of most controversial changes being made and they are now being pushed through in Jan 2021, why does not a single extension link work? Where is...

Could you update the omnibox examples for the new manifest? https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/mv2-archive/api/omnibox Thanks!

Closing as the issue does not contain a bug report or feature request. _Originally posted by @dotproto in https://github.com/GoogleChrome/chrome-extensions-samples/issues/588#issuecomment-825987166_ I was requesting a translation into Portuguese (pt-br).

@samthor's [comment](https://github.com/GoogleChrome/chrome-extensions-samples/pull/580#discussion_r609211509_) on PR #580 got me thinking: what conventions should we adoption for extension samples? A practice I've adopted in a couple examples is to open a demo page...