# chrome-extensions-examples **Repository Path**: tju_xiaoyong/chrome-extensions-examples ## Basic Information - **Project Name**: chrome-extensions-examples - **Description**: All Chrome Extension examples collected into one repository - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-26 - **Last Updated**: 2022-07-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **This is not an official mirror of the Chrome extension examples. Report any issues with the examples themselves to Google's issue trackers/forums.** chrome-extensions-examples ========================== The [Chrome Extensions examples](http://developer.chrome.com/extensions/samples) 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. If you would like to clone a part of this repository, use git [sparse checkouts](http://jasonkarns.com/blog/subdirectory-checkouts-with-git-sparse-checkout/). You can find the scraper used to generate this repository (except for a `git init` and push) on [github](https://github.com/orbitbot/chrome-extension-scraper). Content is licensed under the [Google BSD License](http://code.google.com/google_bsd_license.html). Example projects ---------------- * [A browser action which changes its icon when clicked](/set_icon_path/) * [A browser action with a popup that changes the page color](/set_page_color/) * [AcceptLanguage](/getMessage/) * [Advanced Font Settings](/fontSettings/) * [Animated Page Action](/set_icon/) * [App Launcher](/app_launcher/) * [Blank new tab page](/blank_ntp/) * [Block/allow referrer API example extension](/enableReferrer/) * [Block/allow third-party cookies API example extension](/allowThirdPartyCookies/) * [Broken Links](/broken-links/) * [BrowsingData API: Basics](/basic_1/) * [CLD](/cld/) * [Calculator](/app_1/) * [CatBlock](/catblock/) * [Catifier](/catifier/) * [Chrome Query](/chrome-query/) * [Chrome Sounds](/fx/) * [Chromium Buildbot Monitor](/buildbot/) * [Chromium IRC App](/app_2/) * [Chromium Search](/chrome_search/) * [Console TTS Engine](/console_tts_engine/) * [Content settings](/contentSettings/) * [Context Menus Sample](/basic_2/) * [Context Menus Sample (with Event Page)](/event_page/) * [Cookie API Test Extension](/cookies/) * [Desktop Capture Example](/desktopCapture/) * [Detect Language](/detectLanguage/) * [Document Scanning API Sample](/document_scan/) * [Download Filename Controller](/download_filename_controller/) * [Download Manager Button](/download_manager/) * [Download Selected Links](/download_links/) * [Download and Open Button](/download_open/) * [Downloads Overwrite Existing Files](/downloads_overwrite/) * [Email this page (by Google)](/email_this_page/) * [Event Page Example](/basic_4/) * [Event Tracking with Google Analytics](/analytics/) * [Fake Archive Handler App](/archive/) * [File System Provider API Extension Example](/basic_5/) * [FirePHP for Chrome](/chrome-firephp/) * [Getting started example](/getstarted/) * [Google Calendar Checker (by Google)](/calendar/) * [Google Document List Viewer](/gdocs/) * [Google Mail Checker](/gmail/) * [Google Maps](/maps_app/) * [Idle - Simple Example](/idle_simple/) * [Imageinfo](/imageinfo/) * [JavaScript pause/resume](/pause-resume/) * [Keep Awake](/power/) * [Keyboard Pin](/pin/) * [Live HTTP headers](/live-headers/) * [Managed Bookmarks](/managed_bookmarks/) * [Mappy](/mappy/) * [Merge Windows](/merge_windows/) * [Message Timer](/timer/) * [Minimal Localized Hosted App](/localizedHostedApp/) * [My Bookmarks](/basic/) * [My Devices](/basic_3/) * [NTP prototyping extension](/magic8ball/) * [Native Messaging Example](/app/) * [News Reader](/news_a11y/) * [News Reader](/news_i18n/) * [News Reader (by Google)](/news/) * [Notification Demo](/notifications/) * [Omnibox Example](/simple-example/) * [Page Redder](/make_page_red/) * [Page action by URL](/pageaction_by_url/) * [Page action by content](/pageaction_by_content/) * [Per-plugin content settings](/plugin_settings/) * [Print this page](/print/) * [Process Monitor](/process_monitor/) * [Proxy Extension API Sample](/proxy_configuration/) * [Sample - OAuth Contacts](/oauth_contacts/) * [Sample Extension Commands extension](/commands/) * [Sandboxed Frame](/sandbox/) * [Show Tabs in Process](/show_tabs/) * [Simple Background App](/background-simple/) * [Speak Selection](/speak_selection/) * [Stylizr](/stylizr/) * [TTS Debug](/ttsdebug/) * [TTS Demo](/ttsdemo/) * [Tab Capture Example](/tabCapture/) * [Tab Inspector](/inspector/) * [Tab Shortcuts](/tab_shortcuts/) * [Tabs Zoom API Demo](/zoom/) * [Talking Alarm Clock](/talking_alarm_clock/) * [Test IME](/basic_6/) * [Test Screenshot Extension](/screenshot/) * [Top Chrome Extension Questions](/extension-questions/) * [Top Sites](/basic_7/) * [Typed URL History](/showHistory/) * [WebNavigation Tech Demo](/basic_8/) * [Webview transparency](/capturevisibleregion/) * [`extension.isAllowedFileSchemeAccess` and `extension.isAllowedIncognitoAccess` Example](/isAllowedAccess/) * [iGoogle new tab page](/override_igoogle/) * [tabCast](/tabCast/)