Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7677)

Unified Diff: chrome/common/extensions/docs/samples.json

Issue 9667009: CommandLine Page Cycler (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Replaced now-private BrowserList::GetLastActive() Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index f7a0ca6a8d242eff86c164395b4333b0106fd9b9..51ab8e6ec10c0b0f46cbee86b4df8ade23d3fdf6 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -698,7 +698,7 @@
"api_calls": [
"chrome.webRequest.onBeforeRequest"
],
- "crx_path": "examples/extensions/catblock.crx",
+ "crx_path": null,
"description": "I can't has cheezburger!",
"features": [
"background_page",
@@ -797,7 +797,7 @@
"chrome.browserAction.setTitle",
"chrome.extension.getURL"
],
- "crx_path": "examples/extensions/buildbot.crx",
+ "crx_path": null,
"description": "Displays the status of the Chromium buildbot in the toolbar. Click to see more detailed status in a popup.",
"features": [
"background_page",
@@ -887,6 +887,38 @@
"zip_path": "examples/api/i18n/cld.zip"
},
{
+ "api_calls": [
+ "chrome.extension.getViews",
+ "chrome.ttsEngine.onSpeak",
+ "chrome.ttsEngine.onStop",
+ "chrome.windows.create",
+ "chrome.windows.get",
+ "chrome.windows.getCurrent",
+ "chrome.windows.onRemoved"
+ ],
+ "crx_path": null,
+ "description": "A \"silent\" TTS engine that prints text to a small window rather than synthesizing speech.",
+ "features": [
+ "background_page",
+ "tabs",
+ "ttsEngine"
+ ],
+ "icon": null,
+ "id": "1a146c028f79982bdc28497ab263dd2f263aa735",
+ "name": "Console TTS Engine",
+ "packaged_app": false,
+ "path": "examples/api/ttsEngine/console_tts_engine/",
+ "protocols": [],
+ "search_string": "CONSOLE TTS ENGINE A SILENT TTS ENGINE THAT PRINTS TEXT TO A SMALL WINDOW RATHER THAN SYNTHESIZING SPEECH. BACKGROUND_PAGE TABS TTSENGINE CHROME.EXTENSION.GETVIEWS CHROME.TTSENGINE.ONSPEAK CHROME.TTSENGINE.ONSTOP CHROME.WINDOWS.CREATE CHROME.WINDOWS.GET CHROME.WINDOWS.GETCURRENT CHROME.WINDOWS.ONREMOVED",
+ "source_files": [
+ "console_tts_engine.html",
+ "console_tts_engine.js",
+ "manifest.json"
+ ],
+ "source_hash": "d4d2c72ed1aba603d76c8efec51571020b09fd3d",
+ "zip_path": "examples/api/ttsEngine/console_tts_engine.zip"
+ },
+ {
"api_calls": [],
"crx_path": null,
"description": "Demonstrates making cross domain requests from a content script by putting Twitter trends on Google News.",
@@ -1293,7 +1325,7 @@
"chrome.tabs.onUpdated",
"chrome.tabs.remove"
],
- "crx_path": "examples/extensions/gdocs.crx",
+ "crx_path": null,
"description": "Demonstrates how to use OAuth to connect the Google Documents List Data API.",
"features": [
"background_page",
@@ -1492,7 +1524,7 @@
"chrome.windows.create",
"chrome.windows.update"
],
- "crx_path": "examples/extensions/imageinfo.crx",
+ "crx_path": null,
"description": "Get image info for images, including EXIF data",
"features": [
"background_page",
@@ -1629,7 +1661,7 @@
"chrome.tabs.get",
"chrome.tabs.onUpdated"
],
- "crx_path": "examples/extensions/mappy.crx",
+ "crx_path": null,
"description": "Finds addresses in the web page you're on and pops up a map window.",
"features": [
"background_page",
@@ -1781,7 +1813,7 @@
"chrome.i18n.getMessage",
"chrome.tabs.create"
],
- "crx_path": "examples/extensions/news_i18n.crx",
+ "crx_path": null,
"description": "Displays the first 5 items from the 'Google News - top news' RSS feed in a popup.",
"features": [
"browser_action",
@@ -1993,7 +2025,7 @@
"chrome.windows.get",
"chrome.windows.getCurrent"
],
- "crx_path": "examples/extensions/benchmark.crx",
+ "crx_path": null,
"description": "Chromium Page Benchmarker.",
"features": [
"background_page",
@@ -2055,9 +2087,10 @@
"manifest.json",
"page_cycler.css",
"page_cycler.html",
- "page_cycler.js"
+ "page_cycler.js",
+ "ui_page_cycler.js"
],
- "source_hash": "1c84857b5a433f4907dfd44a3d1032da3fce33cb",
+ "source_hash": "959ddab802b06128d041e2aa4d2437f005e81c4d",
"zip_path": "examples/api/record/page_cycler.zip"
},
{
@@ -2326,7 +2359,7 @@
"chrome.windows.get",
"chrome.windows.getAll"
],
- "crx_path": "examples/extensions/speak_selection.crx",
+ "crx_path": null,
"description": "Speaks the current selection out loud.",
"features": [
"<all_urls>",
@@ -2476,7 +2509,7 @@
"chrome.tts.speak",
"chrome.tts.stop"
],
- "crx_path": "examples/extensions/talking_alarm_clock.crx",
+ "crx_path": null,
"description": "A clock with two configurable alarms that will play a sound and speak a phrase of your choice.",
"features": [
"background",
@@ -2575,7 +2608,7 @@
"chrome.tts.speak",
"chrome.tts.stop"
],
- "crx_path": "examples/extensions/ttsdebug.crx",
+ "crx_path": null,
"description": "Tool for developers of Chrome TTS engine extensions to help them test their engines are implementing the API correctly.",
"features": [
"tts"

Powered by Google App Engine
This is Rietveld 408576698