# chrome-app-samples **Repository Path**: mirrors/chrome-app-samples ## Basic Information - **Project Name**: chrome-app-samples - **Description**: Google Chrome 官方提供的各种扩展应用的示例代码 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 38 - **Forks**: 10 - **Created**: 2020-04-25 - **Last Updated**: 2023-12-22 ## Categories & Tags **Categories**: sample-code **Tags**: None ## README # Chrome Extensions samples Official samples for Chrome Extensions and the Chrome Apps platform. (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). ## Explore 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 You can also use the [Samples](https://developer.chrome.com/docs/extensions/samples/) page to discover extensions by type, permissions, and extension API. ## Installation 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). ## 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).