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

⚠️ If you have general Chrome Extensions questions, consider posting to the [Chromium Extensions Group](https://groups.google.com/a/chromium.org/forum/#!forum/chromium-extensions) or [Stack Overflow](https://stackoverflow.com/questions/tagged/google-chrome-extension). I try run example app, but its show error printers.js:55 Uncaught TypeError:...

please add an example for chrome.downloads. thx

Unfortunately the following Chrome Extensions samples: /extensions/news/, extensions/news_a11y/ and /extensions/news_i18n/ are not really working... They are full of errors including rss errors, content_security_policy errors and others...

Creating 1st Pull Request

Make reading-time extension manifest consistent with tutorial at https://developer.chrome.com/docs/extensions/mv3/getstarted/tut-reading-time/

https://blog.google/products/marketingplatform/analytics/prepare-for-future-with-google-analytics-4/

**Describe the bug** ENV:Newest chrome(105.0.5195.127) + popup extention development Question: When i develop popup extention and i invoke "chrome.tabs.update" API to update url in current Tab, the chrome of windows...

During Manifest V3 chrome extension development, how to include and use other js files into the extension, such as seajs , jquery , and many other js libraries? Thanks.

### how can I use declarativeNetRequest to redirect to a url create by "createObjectURL"? #### I try to make an extension to mock json data for some axios.get api.I use...