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

Side by Side Diff: chrome/common/extensions/docs/samples.json

Issue 10217018: Alarm resolution changed to minutes and minimum delay added. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sinked. 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "api": { 2 "api": {
3 "chrome.bookmarks.create": "bookmarks.html#method-create", 3 "chrome.bookmarks.create": "bookmarks.html#method-create",
4 "chrome.bookmarks.get": "bookmarks.html#method-get", 4 "chrome.bookmarks.get": "bookmarks.html#method-get",
5 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", 5 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren",
6 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent", 6 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent",
7 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree", 7 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree",
8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree", 8 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree",
9 "chrome.bookmarks.move": "bookmarks.html#method-move", 9 "chrome.bookmarks.move": "bookmarks.html#method-move",
10 "chrome.bookmarks.onChanged": "bookmarks.html#event-onChanged", 10 "chrome.bookmarks.onChanged": "bookmarks.html#event-onChanged",
(...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 "source_files": [ 659 "source_files": [
660 "calculator.html", 660 "calculator.html",
661 "controller.js", 661 "controller.js",
662 "jquery/jquery.min.js", 662 "jquery/jquery.min.js",
663 "main.js", 663 "main.js",
664 "manifest.json", 664 "manifest.json",
665 "model.js", 665 "model.js",
666 "style.css", 666 "style.css",
667 "view.js" 667 "view.js"
668 ], 668 ],
669 "source_hash": "6317b07927fa12ebf02947b9018af0c9d244fccb", 669 "source_hash": "51200651a807c2c6e365c7b7228373b61ab3230b",
670 "zip_path": "examples/extensions/calculator.zip" 670 "zip_path": "examples/extensions/calculator.zip"
671 }, 671 },
672 { 672 {
673 "api_calls": [ 673 "api_calls": [
674 "chrome.webRequest.onBeforeRequest" 674 "chrome.webRequest.onBeforeRequest"
675 ], 675 ],
676 "crx_path": null, 676 "crx_path": null,
677 "description": "I can't has cheezburger!", 677 "description": "I can't has cheezburger!",
678 "features": [ 678 "features": [
679 "background_page", 679 "background_page",
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
1078 "path": "examples/api/eventPage/basic/", 1078 "path": "examples/api/eventPage/basic/",
1079 "protocols": [ 1079 "protocols": [
1080 "http://" 1080 "http://"
1081 ], 1081 ],
1082 "search_string": "EVENT PAGE EXAMPLE DEMONSTRATES USAGE AND FEATURES OF TH E EVENT PAGE BACKGROUND_PAGE BOOKMARKS BROWSER_ACTION EXPERIMENTAL KEYBINDING TA BS CHROME.BOOKMARKS.ONREMOVED CHROME.BROWSERACTION.ONCLICKED CHROME.BROWSERACTIO N.SETBADGETEXT CHROME.EXPERIMENTAL.ALARMS.CREATE CHROME.EXPERIMENTAL.ALARMS.ONAL ARM CHROME.EXPERIMENTAL.KEYBINDING.ONCOMMAND CHROME.EXPERIMENTAL.RUNTIME.ONBACKG ROUNDPAGEUNLOADINGSOON CHROME.EXPERIMENTAL.RUNTIME.ONINSTALLED CHROME.EXPERIMENT AL.WEBREQUEST.ONREQUEST CHROME.EXTENSION.ONMESSAGE CHROME.EXTENSION.SENDMESSAGE CHROME.TABS.CREATE CHROME.TABS.EXECUTESCRIPT CHROME.TABS.QUERY CHROME.TABS.SENDM ESSAGE", 1082 "search_string": "EVENT PAGE EXAMPLE DEMONSTRATES USAGE AND FEATURES OF TH E EVENT PAGE BACKGROUND_PAGE BOOKMARKS BROWSER_ACTION EXPERIMENTAL KEYBINDING TA BS CHROME.BOOKMARKS.ONREMOVED CHROME.BROWSERACTION.ONCLICKED CHROME.BROWSERACTIO N.SETBADGETEXT CHROME.EXPERIMENTAL.ALARMS.CREATE CHROME.EXPERIMENTAL.ALARMS.ONAL ARM CHROME.EXPERIMENTAL.KEYBINDING.ONCOMMAND CHROME.EXPERIMENTAL.RUNTIME.ONBACKG ROUNDPAGEUNLOADINGSOON CHROME.EXPERIMENTAL.RUNTIME.ONINSTALLED CHROME.EXPERIMENT AL.WEBREQUEST.ONREQUEST CHROME.EXTENSION.ONMESSAGE CHROME.EXTENSION.SENDMESSAGE CHROME.TABS.CREATE CHROME.TABS.EXECUTESCRIPT CHROME.TABS.QUERY CHROME.TABS.SENDM ESSAGE",
1083 "source_files": [ 1083 "source_files": [
1084 "background.js", 1084 "background.js",
1085 "content.js", 1085 "content.js",
1086 "manifest.json" 1086 "manifest.json"
1087 ], 1087 ],
1088 "source_hash": "da33fa65c04b727c11cfab8c46e548f34808aaed", 1088 "source_hash": "e9b2ca00aad14c452e444f5972f28124ea67168a",
1089 "zip_path": "examples/api/eventPage/basic.zip" 1089 "zip_path": "examples/api/eventPage/basic.zip"
1090 }, 1090 },
1091 { 1091 {
1092 "api_calls": [], 1092 "api_calls": [],
1093 "crx_path": null, 1093 "crx_path": null,
1094 "description": "A sample extension which uses Google Analytics to track us age.", 1094 "description": "A sample extension which uses Google Analytics to track us age.",
1095 "features": [ 1095 "features": [
1096 "browser_action" 1096 "browser_action"
1097 ], 1097 ],
1098 "icon": "analytics-extension-icon-128.png", 1098 "icon": "analytics-extension-icon-128.png",
(...skipping 1581 matching lines...) Expand 10 before | Expand all | Expand 10 after
2680 "manifest.json", 2680 "manifest.json",
2681 "popup.html", 2681 "popup.html",
2682 "popup.js", 2682 "popup.js",
2683 "sample.css" 2683 "sample.css"
2684 ], 2684 ],
2685 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2685 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2686 "zip_path": "examples/api/extension/isAllowedAccess.zip" 2686 "zip_path": "examples/api/extension/isAllowedAccess.zip"
2687 } 2687 }
2688 ] 2688 ]
2689 } 2689 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/experimental.alarms.html ('k') | tools/json_schema_compiler/cc_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698