Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Replacegooglecdn | 3,183 | 22 days ago | 35 | gpl-3.0 | JavaScript | |||||
:cancer: 一个 Chrome 插件:将 Google CDN 替换为国内的。 | ||||||||||
Gas Github | 2,650 | 9 months ago | 47 | mit | JavaScript | |||||
sync gas code to github | ||||||||||
Search By Image | 1,540 | 2 months ago | 32 | gpl-3.0 | JavaScript | |||||
Browser extension for reverse image search, available for Chrome, Edge and Safari | ||||||||||
Chromephp | 1,319 | 147 | 43 | 4 years ago | 2 | June 26, 2013 | 38 | PHP | ||
class for logging PHP variables to Google Chrome console | ||||||||||
Chrome Extensions Examples | 1,298 | 2 years ago | 2 | JavaScript | ||||||
All Chrome Extension examples collected into one repository | ||||||||||
Google Unlocked | 1,262 | 2 years ago | 7 | JavaScript | ||||||
Google Unlocked browser extension uncensor google search results | ||||||||||
Chatgpt Google Summary Extension | 1,145 | 14 days ago | 44 | gpl-3.0 | TypeScript | |||||
Chrome extension to view ChatGPT summaries alongside Google search results and YouTube videos, also supports Yahoo! ニュース、PubMed、PMC、NewsPicks、Github、Nikkei、 Bing、Google Patents, and any page summary. | ||||||||||
Gooreplacer | 1,019 | a year ago | 7 | JavaScript | ||||||
⚡️⚡️A browser extension to modify HTTP requests :-) | ||||||||||
Web Archives | 860 | 2 months ago | 13 | gpl-3.0 | JavaScript | |||||
Browser extension for viewing archived and cached versions of web pages, available for Chrome, Edge and Safari | ||||||||||
Web Search Navigator | 793 | 5 days ago | 22 | mit | JavaScript | |||||
Web extension that adds keyboard shortcuts to Google, YouTube, Github, Amazon, and others (Chrome/Firefox/Edge/Safari) |
This is not an official mirror of the Chrome extension examples. Report any issues with the examples themselves to Google's issue trackers/forums.
There is an ongoing effort to standardize the Extensions on different browsers, as discussed on MDN and defined in the WebExtensions Spec Draft. The resources on browser support and incompatibilities may be of interest.
The Chrome Extensions examples did not exist as a Git repository, and browsing both the samples page and the VCViewer did not seem particularly handy. So, I decided to scrape the content into this repository for easier browsing and (possible) editing.
UPDATE: Google have posted their own repository for Chrome extensions here: GoogleChrome/chrome-extensions-samples
If you would like to clone a part of this repository, use git sparse checkouts.
You can find the scraper used to generate this repository (except for a git init
and push)
on github.
Content is licensed under the Google BSD License.
extension.isAllowedFileSchemeAccess
and extension.isAllowedIncognitoAccess
Example