# chrome-extensions-samples **Repository Path**: ChengChannel/chrome-extensions-samples ## Basic Information - **Project Name**: chrome-extensions-samples - **Description**: No description available - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: Dart-sample - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-01 - **Last Updated**: 2025-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Chrome Extensions samples Official samples for Chrome Extensions and the Chrome Apps platform. Note that Chrome Apps are deprecated. Learn more [on the Chromium blog](https://blog.chromium.org/2020/08/changes-to-chrome-app-support-timeline.html). For more information on extensions, see [Chrome Developers](https://developer.chrome.com). **Note: Samples for Manifest V3 are still being prepared. In the mean time, consider referring to [\_archive/mv2/](_archive/mv2/).** ## Samples The directory structure is as follows: - [api-samples/](api-samples/) - extensions focused on a single API package - [functional-samples/](functional-samples/) - full featured extensions spanning multiple API packages - [\_archive/apps/](_archive/apps/) - deprecated Chrome Apps platform (not listed below) - [\_archive/mv2/](_archive/mv2/) - resources for manifest version 2 To experiment with these samples, please clone this repo and use 'Load Unpacked Extension'. Read more on [Development Basics](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).
Sample Calls
Hello Extensions
tutorial.hello-world
Page Redder
sample.page-redder
My Bookmarks
sample.bookmarks
Chromium Milestones
sample.milestones
Cookie Clearer
api-samples/cookies/cookie-clearer
Omnibox - New Tab Search
api-samples/omnibox/new-tab-search
Web Accessible Resources
api-samples/web-accessible-resources
## Contributing Please see [the CONTRIBUTING file](/CONTRIBUTING.md) for information on contributing to the `chrome-extensions-samples` project. ## License `chrome-extensions-samples` are authored by Google and are licensed under the [Apache License, Version 2.0](/LICENSE).