11
2- chrome-extensions-example
3- =========================
2+ chrome-extensions-examples
3+ ==========================
44
5- The [ Chrome Extensions examples] ( http://developer.chrome.com/extensions/samples.html ) did not
5+ The [ Chrome Extensions examples] ( http://developer.chrome.com/extensions/samples ) did not
66exist as a Git repository, and browsing both the samples page and the VCViewer did not seem particularly
77handy. So, I decided to scrape the content into this repository for easier browsing and (possible)
88editing.
99
10- If you would like to clone a part of this repository, use git
10+ If you would like to clone a part of this repository, use git
1111[ sparse checkouts] ( http://jasonkarns.com/blog/subdirectory-checkouts-with-git-sparse-checkout/ ) .
1212
13- You can find the scraper used to generate this repository (except for a ` git init ` and push)
13+ You can find the scraper used to generate this repository (except for a ` git init ` and push)
1414on [ github] ( https://github.com/orbitbot/chrome-extension-scraper ) .
1515
1616
@@ -42,21 +42,22 @@ Example projects
4242* [ Chromium IRC App] ( /app_2/ )
4343* [ Chromium Search] ( /chrome_search/ )
4444* [ Console TTS Engine] ( /console_tts_engine/ )
45- * [ Content Script Cross-Domain XMLHttpRequest Example] ( /contentscript_xhr/ )
4645* [ Content settings] ( /contentSettings/ )
4746* [ Context Menus Sample] ( /basic_2/ )
4847* [ Context Menus Sample (with Event Page)] ( /event_page/ )
4948* [ Cookie API Test Extension] ( /cookies/ )
5049* [ Desktop Capture Example] ( /desktopCapture/ )
51- * [ Download Filename Controller] ( /download_filename_controller/ )
5250* [ Download Manager Button] ( /download_manager/ )
5351* [ Download Selected Links] ( /download_links/ )
5452* [ Download and Open Button] ( /download_open/ )
5553* [ Downloads Overwrite Existing Files] ( /downloads_overwrite/ )
5654* [ Email this page (by Google)] ( /email_this_page/ )
5755* [ Event Page Example] ( /basic_4/ )
5856* [ Event Tracking with Google Analytics] ( /analytics/ )
57+ * [ Fake Archive Handler App] ( /archive/ )
58+ * [ File System Provider API Extension Example] ( /basic_5/ )
5959* [ FirePHP for Chrome] ( /chrome-firephp/ )
60+ * [ Getting started example] ( /getstarted/ )
6061* [ Google Calendar Checker (by Google)] ( /calendar/ )
6162* [ Google Document List Viewer] ( /gdocs/ )
6263* [ Google Mail Checker] ( /gmail/ )
@@ -67,6 +68,7 @@ Example projects
6768* [ Keep Awake] ( /power/ )
6869* [ Keyboard Pin] ( /pin/ )
6970* [ Live HTTP headers] ( /live-headers/ )
71+ * [ Managed Bookmarks] ( /managed_bookmarks/ )
7072* [ Mappy] ( /mappy/ )
7173* [ Merge Windows] ( /merge_windows/ )
7274* [ Message Timer] ( /timer/ )
@@ -80,8 +82,6 @@ Example projects
8082* [ News Reader (by Google)] ( /news/ )
8183* [ Notification Demo] ( /notifications/ )
8284* [ Omnibox Example] ( /simple-example/ )
83- * [ One-click Kittens] ( /getstarted/ )
84- * [ Page Benchmarker] ( /benchmark/ )
8585* [ Page Redder] ( /make_page_red/ )
8686* [ Page action by URL] ( /pageaction_by_url/ )
8787* [ Page action by content] ( /pageaction_by_content/ )
@@ -92,7 +92,6 @@ Example projects
9292* [ Sample - OAuth Contacts] ( /oauth_contacts/ )
9393* [ Sample Extension Commands extension] ( /commands/ )
9494* [ Sandboxed Frame] ( /sandbox/ )
95- * [ SandwichBar] ( /sandwichbar/ )
9695* [ Show Tabs in Process] ( /show_tabs/ )
9796* [ Simple Background App] ( /background-simple/ )
9897* [ Speak Selection] ( /speak_selection/ )
@@ -101,12 +100,13 @@ Example projects
101100* [ TTS Demo] ( /ttsdemo/ )
102101* [ Tab Inspector] ( /inspector/ )
103102* [ Tab Shortcuts] ( /tab_shortcuts/ )
103+ * [ Tabs Zoom API Demo] ( /zoom/ )
104104* [ Talking Alarm Clock] ( /talking_alarm_clock/ )
105- * [ Test IME] ( /basic_5 / )
105+ * [ Test IME] ( /basic_6 / )
106106* [ Test Screenshot Extension] ( /screenshot/ )
107107* [ Top Chrome Extension Questions] ( /extension-questions/ )
108- * [ Top Sites] ( /basic_6 / )
108+ * [ Top Sites] ( /basic_7 / )
109109* [ Typed URL History] ( /showHistory/ )
110- * [ WebNavigation Tech Demo] ( /basic_7 / )
110+ * [ WebNavigation Tech Demo] ( /basic_8 / )
111111* [ ` extension.isAllowedFileSchemeAccess ` and ` extension.isAllowedIncognitoAccess ` Example] ( /isAllowedAccess/ )
112112* [ iGoogle new tab page] ( /override_igoogle/ )
0 commit comments