From c12328728d9e0b09547b3095ffce7bfb4cc9e6af Mon Sep 17 00:00:00 2001 From: amysteamdev <37001393+AmySteam@users.noreply.github.com> Date: Tue, 19 Sep 2023 15:31:54 -0500 Subject: [PATCH] Add new sample page to README.md (#1007) * Update README.md * Update README.md Co-authored-by: Joe Medley --------- Co-authored-by: Joe Medley --- README.md | 108 +++--------------------------------------------------- 1 file changed, 5 insertions(+), 103 deletions(-) diff --git a/README.md b/README.md index 44a9626d13..6c6a612f55 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ # 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). +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). **Note: Samples for Manifest V3 are still being prepared. In the mean time, consider referring to [\_archive/mv2/](_archive/mv2/).** -## Samples +## Explore samples The directory structure is as follows: @@ -16,109 +15,12 @@ The directory structure is as follows: - [\_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). - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SampleCalls
- 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