2020-12-04 02:13:59 +03:00
# Chrome Extensions samples
2023-09-19 23:31:54 +03:00
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 )).
2020-12-04 02:13:59 +03:00
2020-12-04 04:26:56 +03:00
For more information on extensions, see [Chrome Developers ](https://developer.chrome.com ).
2020-12-04 02:13:59 +03:00
2023-09-19 23:31:54 +03:00
## Explore samples
2020-12-04 02:13:59 +03:00
The directory structure is as follows:
2023-02-22 15:25:39 +03:00
- [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
2020-12-04 02:19:49 +03:00
2023-09-19 23:31:54 +03:00
You can also use the [Samples ](https://developer.chrome.com/docs/extensions/samples/ ) page to discover extensions by type, permissions, and extension API.
## Installation
2023-11-02 15:49:50 +03:00
2020-12-04 04:24:04 +03:00
To experiment with these samples, please clone this repo and use 'Load Unpacked Extension'.
2023-02-03 19:58:04 +03:00
Read more on [Development Basics ](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked ).
2021-02-19 01:13:25 +03:00
2023-02-22 15:25:39 +03:00
## 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 ).