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

Side by Side 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, 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "chrome.devtools.network.onRequestFinished": "devtools.network.html#event-on RequestFinished", 62 "chrome.devtools.network.onRequestFinished": "devtools.network.html#event-on RequestFinished",
63 "chrome.devtools.panels.create": "devtools.panels.html#method-create", 63 "chrome.devtools.panels.create": "devtools.panels.html#method-create",
64 "chrome.devtools.panels.setOpenResourceHandler": "devtools.panels.html#metho d-setOpenResourceHandler", 64 "chrome.devtools.panels.setOpenResourceHandler": "devtools.panels.html#metho d-setOpenResourceHandler",
65 "chrome.experimental.app.clearAllNotifications": "experimental.app.html#meth od-clearAllNotifications", 65 "chrome.experimental.app.clearAllNotifications": "experimental.app.html#meth od-clearAllNotifications",
66 "chrome.experimental.app.notify": "experimental.app.html#method-notify", 66 "chrome.experimental.app.notify": "experimental.app.html#method-notify",
67 "chrome.experimental.devtools.audits.addCategory": "experimental.devtools.au dits.html#method-addCategory", 67 "chrome.experimental.devtools.audits.addCategory": "experimental.devtools.au dits.html#method-addCategory",
68 "chrome.experimental.devtools.console.addMessage": "experimental.devtools.co nsole.html#method-addMessage", 68 "chrome.experimental.devtools.console.addMessage": "experimental.devtools.co nsole.html#method-addMessage",
69 "chrome.experimental.devtools.console.getMessages": "experimental.devtools.c onsole.html#method-getMessages", 69 "chrome.experimental.devtools.console.getMessages": "experimental.devtools.c onsole.html#method-getMessages",
70 "chrome.experimental.devtools.console.onMessageAdded": "experimental.devtool s.console.html#event-onMessageAdded", 70 "chrome.experimental.devtools.console.onMessageAdded": "experimental.devtool s.console.html#event-onMessageAdded",
71 "chrome.experimental.extension.onInstalled": "experimental.extension.html#ev ent-onInstalled", 71 "chrome.experimental.extension.onInstalled": "experimental.extension.html#ev ent-onInstalled",
72 "chrome.experimental.fontSettings.getFontList": "experimental.fontSettings.h tml#method-getFontList",
72 "chrome.experimental.fontSettings.getFontName": "experimental.fontSettings.h tml#method-getFontName", 73 "chrome.experimental.fontSettings.getFontName": "experimental.fontSettings.h tml#method-getFontName",
73 "chrome.experimental.fontSettings.setFontName": "experimental.fontSettings.h tml#method-setFontName", 74 "chrome.experimental.fontSettings.setFontName": "experimental.fontSettings.h tml#method-setFontName",
74 "chrome.experimental.infobars.show": "experimental.infobars.html#method-show ", 75 "chrome.experimental.infobars.show": "experimental.infobars.html#method-show ",
75 "chrome.experimental.keybinding.onCommand": "experimental.keybinding.html#ev ent-onCommand", 76 "chrome.experimental.keybinding.onCommand": "experimental.keybinding.html#ev ent-onCommand",
76 "chrome.experimental.speechInput.isRecording": "experimental.speechInput.htm l#method-isRecording", 77 "chrome.experimental.speechInput.isRecording": "experimental.speechInput.htm l#method-isRecording",
77 "chrome.experimental.speechInput.onError": "experimental.speechInput.html#ev ent-onError", 78 "chrome.experimental.speechInput.onError": "experimental.speechInput.html#ev ent-onError",
78 "chrome.experimental.speechInput.onResult": "experimental.speechInput.html#e vent-onResult", 79 "chrome.experimental.speechInput.onResult": "experimental.speechInput.html#e vent-onResult",
79 "chrome.experimental.speechInput.onSoundEnd": "experimental.speechInput.html #event-onSoundEnd", 80 "chrome.experimental.speechInput.onSoundEnd": "experimental.speechInput.html #event-onSoundEnd",
80 "chrome.experimental.speechInput.onSoundStart": "experimental.speechInput.ht ml#event-onSoundStart", 81 "chrome.experimental.speechInput.onSoundStart": "experimental.speechInput.ht ml#event-onSoundStart",
81 "chrome.experimental.speechInput.start": "experimental.speechInput.html#meth od-start", 82 "chrome.experimental.speechInput.start": "experimental.speechInput.html#meth od-start",
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 "source_files": [ 517 "source_files": [
517 "manifest.json", 518 "manifest.json",
518 "popup.css", 519 "popup.css",
519 "popup.html", 520 "popup.html",
520 "popup.js" 521 "popup.js"
521 ], 522 ],
522 "source_hash": "d03a62493eb36bf3da3472f15df777137e159171", 523 "source_hash": "d03a62493eb36bf3da3472f15df777137e159171",
523 "zip_path": "examples\/api\/browsingData\/basic.zip" 524 "zip_path": "examples\/api\/browsingData\/basic.zip"
524 }, 525 },
525 { 526 {
527 "api_calls": [],
528 "crx_path": null,
529 "description": "Add numbers. Now includes subtraction!",
530 "features": [],
531 "icon": "icon_128.png",
532 "id": "3fb3045783163c0eaaf0d0ce139f254502192a92",
533 "name": "Calculator (Platform App)",
534 "packaged_app": true,
535 "path": "examples\/extensions\/calculator\/",
536 "protocols": [],
537 "search_string": "CALCULATOR (PLATFORM APP) ADD NUMBERS. NOW INCLUDES SUBT RACTION!",
538 "source_files": [
539 "calculator.html",
540 "controller.js",
541 "jquery\/jquery.min.js",
542 "manifest.json",
543 "model.js",
544 "style.css",
545 "view.js"
546 ],
547 "source_hash": "d0f67b54f087636494dbdfc85b778dc8b2969803",
548 "zip_path": "examples\/extensions\/calculator.zip"
549 },
550 {
526 "api_calls": [ 551 "api_calls": [
527 "chrome.webRequest.onBeforeRequest" 552 "chrome.webRequest.onBeforeRequest"
528 ], 553 ],
529 "crx_path": null, 554 "crx_path": null,
530 "description": "I can't has cheezburger!", 555 "description": "I can't has cheezburger!",
531 "features": [ 556 "features": [
532 "background_page", 557 "background_page",
533 "webRequest", 558 "webRequest",
534 "webRequestBlocking" 559 "webRequestBlocking"
535 ], 560 ],
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 "background.js", 847 "background.js",
823 "manager.html", 848 "manager.html",
824 "manager.js", 849 "manager.js",
825 "manifest.json" 850 "manifest.json"
826 ], 851 ],
827 "source_hash": "699c4bffce6b427dec806441036bbb2fe83076c7", 852 "source_hash": "699c4bffce6b427dec806441036bbb2fe83076c7",
828 "zip_path": "examples\/api\/cookies.zip" 853 "zip_path": "examples\/api\/cookies.zip"
829 }, 854 },
830 { 855 {
831 "api_calls": [ 856 "api_calls": [
857 "chrome.extension.onRequest",
858 "chrome.extension.sendRequest",
859 "chrome.tabs.executeScript",
860 "chrome.tabs.query",
861 "chrome.windows.get",
862 "chrome.windows.getCurrent"
863 ],
864 "crx_path": null,
865 "description": "Select links on a page and download them.",
866 "features": [
867 "browser_action",
868 "experimental",
869 "tabs"
870 ],
871 "icon": null,
872 "id": "9e4fd06300ee2b3a171e1f30d1b70f8f10152c2b",
873 "name": "Download Selected Links",
874 "packaged_app": false,
875 "path": "examples\/api\/downloads\/download_links\/",
876 "protocols": [
877 "http:\/\/",
878 "https:\/\/"
879 ],
880 "search_string": "DOWNLOAD SELECTED LINKS SELECT LINKS ON A PAGE AND DOWNL OAD THEM. BROWSER_ACTION EXPERIMENTAL TABS CHROME.EXTENSION.ONREQUEST CHROME.EXT ENSION.SENDREQUEST CHROME.TABS.EXECUTESCRIPT CHROME.TABS.QUERY CHROME.WINDOWS.GE T CHROME.WINDOWS.GETCURRENT",
881 "source_files": [
882 "manifest.json",
883 "popup.html",
884 "popup.js",
885 "send_links.js"
886 ],
887 "source_hash": "9e80e668e1605243ca746022842e5d33b7d467ba",
888 "zip_path": "examples\/api\/downloads\/download_links.zip"
889 },
890 {
891 "api_calls": [
832 "chrome.browserAction.onClicked", 892 "chrome.browserAction.onClicked",
833 "chrome.extension.connect", 893 "chrome.extension.connect",
834 "chrome.extension.onConnect", 894 "chrome.extension.onConnect",
835 "chrome.tabs.create", 895 "chrome.tabs.create",
836 "chrome.tabs.executeScript", 896 "chrome.tabs.executeScript",
837 "chrome.tabs.update" 897 "chrome.tabs.update"
838 ], 898 ],
839 "crx_path": null, 899 "crx_path": null,
840 "description": "This extension adds an email button to the toolbar which a llows you to email the page link using your default mail client or Gmail.", 900 "description": "This extension adds an email button to the toolbar which a llows you to email the page link using your default mail client or Gmail.",
841 "features": [ 901 "features": [
(...skipping 1578 matching lines...) Expand 10 before | Expand all | Expand 10 after
2420 "manifest.json", 2480 "manifest.json",
2421 "popup.html", 2481 "popup.html",
2422 "popup.js", 2482 "popup.js",
2423 "sample.css" 2483 "sample.css"
2424 ], 2484 ],
2425 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2485 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2426 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 2486 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
2427 } 2487 }
2428 ] 2488 ]
2429 } 2489 }
OLDNEW
« 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