# chrome-app-samples **Repository Path**: wsctk/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**: 0 - **Forks**: 10 - **Created**: 2022-03-09 - **Last Updated**: 2022-03-09 ## 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 [mv2-archive/](mv2-archive/)** ## Samples The directory structure is as follows: * [api/](api/) - extensions focused on a single API package * (To be added) [howto/](howto/) - extensions that show how to perform a particular task * [tutorials/](tutorials/) - multi-step walkthroughs referenced inline in the docs * [examples/](examples/) - full featured extensions spanning multiple API packages * [apps/](apps/) - deprecated Chrome Apps platform (not listed below) * [mv2-archive/](mv2-archive/) - resources for manifest version 2 To experiment with these samples, please clone this repo and use 'Load Unpacked Extension'. Read more on [Getting Started](https://developer.chrome.com/extensions/getstarted).
Sample | Calls |
---|---|
Hello World examples/hello-world
|
|
Page Redder examples/page-redder
|
|
My Bookmarks examples/bookmarks
|
|
Cookie Clearer api/cookies/cookie-clearer
|
|
Omnibox - New Tab Search api/omnibox/new-tab-search
|
|
Web Accessible Resources api/web-accessible-resources
|