Chrome Extensions Samples
Перейти к файлу
Benjamin Lörincz dc5d34f0f7
pretty print (#895)
* added json for prettier, npm run prettier in lint-staged
2023-05-01 11:29:59 -04:00
.allstar Ignore packed extension from allstar checks. (#846) 2023-03-10 11:51:48 -05:00
.github Run lint on every push (#857) 2023-03-20 16:22:33 -04:00
.husky Add prettier and eslint (#831) 2023-02-22 13:25:39 +01:00
.repo
_archive make google news samples functional (#855) 2023-03-29 12:59:36 -04:00
api-samples pretty print (#895) 2023-05-01 11:29:59 -04:00
functional-samples pretty print (#895) 2023-05-01 11:29:59 -04:00
.eslintignore Add prettier and eslint (#831) 2023-02-22 13:25:39 +01:00
.eslintrc.js Eslint: don't allow var (#856) 2023-03-20 19:36:40 +01:00
.gitignore Add declarativeNetRequest API samples. (#839) 2023-03-03 15:53:50 +00:00
.prettierignore Add prettier and eslint (#831) 2023-02-22 13:25:39 +01:00
.prettierrc.json Add prettier and eslint (#831) 2023-02-22 13:25:39 +01:00
CONTRIBUTING.md pretty print (#895) 2023-05-01 11:29:59 -04:00
LICENSE
README-template.md pretty print (#895) 2023-05-01 11:29:59 -04:00
README.md Add prettier and eslint (#831) 2023-02-22 13:25:39 +01:00
package-lock.json add eslint-config-prettier so eslint can load prettier, pin dev deps (#869) 2023-04-11 16:51:49 +02:00
package.json pretty print (#895) 2023-05-01 11:29:59 -04:00

README.md

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.

For more information on extensions, see Chrome Developers.

Note: Samples for Manifest V3 are still being prepared. In the mean time, consider referring to _archive/mv2/.

Samples

The directory structure is as follows:

To experiment with these samples, please clone this repo and use 'Load Unpacked Extension'. Read more on Development Basics.

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 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.