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

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

Issue 10668027: Extension docs: Adjusting the API template, CSS, and static images. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebuilt docs. Created 8 years, 6 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
OLDNEW
1 { 1 {
2 "api": { 2 "api": {
3 "chrome.alarms.clear": "alarms.html#method-clear", 3 "chrome.alarms.clear": "alarms.html#method-clear",
4 "chrome.alarms.clearAll": "alarms.html#method-clearAll", 4 "chrome.alarms.clearAll": "alarms.html#method-clearAll",
5 "chrome.alarms.create": "alarms.html#method-create", 5 "chrome.alarms.create": "alarms.html#method-create",
6 "chrome.alarms.get": "alarms.html#method-get", 6 "chrome.alarms.get": "alarms.html#method-get",
7 "chrome.alarms.getAll": "alarms.html#method-getAll", 7 "chrome.alarms.getAll": "alarms.html#method-getAll",
8 "chrome.alarms.onAlarm": "alarms.html#event-onAlarm", 8 "chrome.alarms.onAlarm": "alarms.html#event-onAlarm",
9 "chrome.appWindow.activate": "appWindow.html#method-activate",
10 "chrome.appWindow.create": "appWindow.html#method-create", 9 "chrome.appWindow.create": "appWindow.html#method-create",
10 "chrome.appWindow.focus": "appWindow.html#method-focus",
11 "chrome.appWindow.maximize": "appWindow.html#method-maximize", 11 "chrome.appWindow.maximize": "appWindow.html#method-maximize",
12 "chrome.appWindow.minimize": "appWindow.html#method-minimize", 12 "chrome.appWindow.minimize": "appWindow.html#method-minimize",
13 "chrome.appWindow.moveTo": "appWindow.html#method-moveTo", 13 "chrome.appWindow.moveTo": "appWindow.html#method-moveTo",
14 "chrome.appWindow.resizeTo": "appWindow.html#method-resizeTo", 14 "chrome.appWindow.resizeTo": "appWindow.html#method-resizeTo",
15 "chrome.appWindow.restore": "appWindow.html#method-restore", 15 "chrome.appWindow.restore": "appWindow.html#method-restore",
16 "chrome.bookmarks.create": "bookmarks.html#method-create", 16 "chrome.bookmarks.create": "bookmarks.html#method-create",
17 "chrome.bookmarks.get": "bookmarks.html#method-get", 17 "chrome.bookmarks.get": "bookmarks.html#method-get",
18 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", 18 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren",
19 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent", 19 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent",
20 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree", 20 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree",
(...skipping 2789 matching lines...) Expand 10 before | Expand all | Expand 10 after
2810 "manifest.json", 2810 "manifest.json",
2811 "popup.html", 2811 "popup.html",
2812 "popup.js", 2812 "popup.js",
2813 "sample.css" 2813 "sample.css"
2814 ], 2814 ],
2815 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2815 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2816 "zip_path": "examples/api/extension/isAllowedAccess.zip" 2816 "zip_path": "examples/api/extension/isAllowedAccess.zip"
2817 } 2817 }
2818 ] 2818 ]
2819 } 2819 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/images/toggle_sprite.png ('k') | chrome/common/extensions/docs/template/api_template.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698