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

Chrome Extensions Samples

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

Bumps [husky](https://github.com/typicode/husky) from 9.1.6 to 9.1.7. Release notes Sourced from husky's releases. v9.1.7 What's Changed fix: add husky label to deprecated warning by @​smackfu in typicode/husky#1538 New Contributors @​smackfu made...

dependencies
javascript

Please add samples for executing a dynamic code - https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/api-samples/userScripts

https://github.com/GoogleChrome/chrome-extensions-samples/blob/main/functional-samples/cookbook.sidepanel-open/service-worker.js doesn't really work as the author intended. The sample tries to create a button that will be appended to a page, the button will send a message, and a...

Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. Changelog Sourced from cross-spawn's changelog. 7.0.6 (2024-11-18) Bug Fixes update cross-spawn version to 7.0.5 in package-lock.json (f700743) 7.0.5 (2024-11-07) Bug Fixes fix escaping bug...

dependencies
javascript

Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.23.1 to 7.27.0. Release notes Sourced from @​babel/helpers's releases. v7.27.0 (2025-03-24) Thanks @​ishchhabra and @​vovkasm for your first PRs! :eyeglasses: Spec Compliance babel-generator, babel-parser #16977 Default importAttributesKeyword...

dependencies
javascript

Bumps [tar-fs](https://github.com/mafintosh/tar-fs) to 3.0.8 and updates ancestor dependency [puppeteer](https://github.com/puppeteer/puppeteer). These dependencies need to be updated together. Updates `tar-fs` from 3.0.5 to 3.0.8 Commits e4a7a40 3.0.8 504ca0f upgrade bare packages 1e4cc04...

dependencies
javascript

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.2.1 to 5.2.4. Release notes Sourced from eslint-plugin-prettier's releases. v5.2.4 Patch Changes #715 b8cfe56 Thanks @​JounQin! - chore: hourcekeeping, bump all (dev) deps v5.2.3 Patch Changes #703...

Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.23.1 to 7.26.10. Release notes Sourced from @​babel/helpers's releases. v7.26.10 (2025-03-11) Thanks @​jordan-choi and @​mmmsssttt404 for your first PRs! This release includes a fix for https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8, a...

dependencies
javascript

- Added details on integrating push notifications using the Push API. - Documented changes in background.js, popup.js, and popup.html for handling push events. - Included steps for testing push notifications...

- Updated manifest.json to include "notifications" permission. - Enables the extension to display push notifications to users. - Required for handling web push events in background.js. This update ensures the...