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

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

Issue 9583023: Update extension docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index 138003e1df13c9d759a7ed3e1b0ee14abb2eea2c..f62b64658571efd88bafe555465f774041952e60 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -69,6 +69,7 @@
"chrome.experimental.devtools.console.getMessages": "experimental.devtools.console.html#method-getMessages",
"chrome.experimental.devtools.console.onMessageAdded": "experimental.devtools.console.html#event-onMessageAdded",
"chrome.experimental.extension.onInstalled": "experimental.extension.html#event-onInstalled",
+ "chrome.experimental.fontSettings.getFontList": "experimental.fontSettings.html#method-getFontList",
"chrome.experimental.fontSettings.getFontName": "experimental.fontSettings.html#method-getFontName",
"chrome.experimental.fontSettings.setFontName": "experimental.fontSettings.html#method-setFontName",
"chrome.experimental.infobars.show": "experimental.infobars.html#method-show",
@@ -523,6 +524,30 @@
"zip_path": "examples\/api\/browsingData\/basic.zip"
},
{
+ "api_calls": [],
+ "crx_path": null,
+ "description": "Add numbers. Now includes subtraction!",
+ "features": [],
+ "icon": "icon_128.png",
+ "id": "3fb3045783163c0eaaf0d0ce139f254502192a92",
+ "name": "Calculator (Platform App)",
+ "packaged_app": true,
+ "path": "examples\/extensions\/calculator\/",
+ "protocols": [],
+ "search_string": "CALCULATOR (PLATFORM APP) ADD NUMBERS. NOW INCLUDES SUBTRACTION!",
+ "source_files": [
+ "calculator.html",
+ "controller.js",
+ "jquery\/jquery.min.js",
+ "manifest.json",
+ "model.js",
+ "style.css",
+ "view.js"
+ ],
+ "source_hash": "d0f67b54f087636494dbdfc85b778dc8b2969803",
+ "zip_path": "examples\/extensions\/calculator.zip"
+ },
+ {
"api_calls": [
"chrome.webRequest.onBeforeRequest"
],
@@ -829,6 +854,41 @@
},
{
"api_calls": [
+ "chrome.extension.onRequest",
+ "chrome.extension.sendRequest",
+ "chrome.tabs.executeScript",
+ "chrome.tabs.query",
+ "chrome.windows.get",
+ "chrome.windows.getCurrent"
+ ],
+ "crx_path": null,
+ "description": "Select links on a page and download them.",
+ "features": [
+ "browser_action",
+ "experimental",
+ "tabs"
+ ],
+ "icon": null,
+ "id": "9e4fd06300ee2b3a171e1f30d1b70f8f10152c2b",
+ "name": "Download Selected Links",
+ "packaged_app": false,
+ "path": "examples\/api\/downloads\/download_links\/",
+ "protocols": [
+ "http:\/\/",
+ "https:\/\/"
+ ],
+ "search_string": "DOWNLOAD SELECTED LINKS SELECT LINKS ON A PAGE AND DOWNLOAD THEM. BROWSER_ACTION EXPERIMENTAL TABS CHROME.EXTENSION.ONREQUEST CHROME.EXTENSION.SENDREQUEST CHROME.TABS.EXECUTESCRIPT CHROME.TABS.QUERY CHROME.WINDOWS.GET CHROME.WINDOWS.GETCURRENT",
+ "source_files": [
+ "manifest.json",
+ "popup.html",
+ "popup.js",
+ "send_links.js"
+ ],
+ "source_hash": "9e80e668e1605243ca746022842e5d33b7d467ba",
+ "zip_path": "examples\/api\/downloads\/download_links.zip"
+ },
+ {
+ "api_calls": [
"chrome.browserAction.onClicked",
"chrome.extension.connect",
"chrome.extension.onConnect",
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698