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

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

Issue 10810054: Describing the `sandbox` workflow for extension developers. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Mihai's + Meggin's feedback. Created 8 years, 4 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.app.window.create": "app.window.html#method-create", 9 "chrome.app.window.create": "app.window.html#method-create",
10 "chrome.app.window.focus": "app.window.html#method-focus", 10 "chrome.app.window.focus": "app.window.html#method-focus",
(...skipping 2311 matching lines...) Expand 10 before | Expand all | Expand 10 after
2322 "contacts.html", 2322 "contacts.html",
2323 "contacts.js", 2323 "contacts.js",
2324 "manifest.json", 2324 "manifest.json",
2325 "onload.js" 2325 "onload.js"
2326 ], 2326 ],
2327 "source_hash": "194d8d5d6ec2ef0e06d8ed8134fcaf174dc7e811", 2327 "source_hash": "194d8d5d6ec2ef0e06d8ed8134fcaf174dc7e811",
2328 "zip_path": "examples/extensions/oauth_contacts.zip" 2328 "zip_path": "examples/extensions/oauth_contacts.zip"
2329 }, 2329 },
2330 { 2330 {
2331 "api_calls": [ 2331 "api_calls": [
2332 "chrome.browserAction.onClicked"
2333 ],
2334 "crx_path": null,
2335 "description": "",
2336 "features": [
2337 "background_page",
2338 "browser_action",
2339 "notifications"
2340 ],
2341 "icon": null,
2342 "id": "3c6dfba67f6a7480d931b5a4a646c151ad1a049b",
2343 "name": "Sandboxed Frame",
2344 "packaged_app": false,
2345 "path": "examples/howto/sandbox/",
2346 "protocols": [],
2347 "search_string": "SANDBOXED FRAME BACKGROUND_PAGE BROWSER_ACTION NOTIFICA TIONS CHROME.BROWSERACTION.ONCLICKED",
2348 "source_files": [
2349 "eventpage.html",
2350 "eventpage.js",
2351 "handlebars-1.0.0.beta.6.js",
2352 "manifest.json",
2353 "sandbox.html"
2354 ],
2355 "source_hash": "5e3132df5468ab2cbec3f21fced28b492bc26ca9",
2356 "zip_path": "examples/howto/sandbox.zip"
2357 },
2358 {
2359 "api_calls": [
2332 "chrome.experimental.infobars.show" 2360 "chrome.experimental.infobars.show"
2333 ], 2361 ],
2334 "crx_path": null, 2362 "crx_path": null,
2335 "description": "Shows an infobar on pages which contain the word 'sandwich '", 2363 "description": "Shows an infobar on pages which contain the word 'sandwich '",
2336 "features": [ 2364 "features": [
2337 "background_page", 2365 "background_page",
2338 "experimental" 2366 "experimental"
2339 ], 2367 ],
2340 "icon": "sandwich-128.png", 2368 "icon": "sandwich-128.png",
2341 "id": "38f6e1e17756ede38b1364c7114a738ca717dcbb", 2369 "id": "38f6e1e17756ede38b1364c7114a738ca717dcbb",
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
2787 "manifest.json", 2815 "manifest.json",
2788 "popup.html", 2816 "popup.html",
2789 "popup.js", 2817 "popup.js",
2790 "sample.css" 2818 "sample.css"
2791 ], 2819 ],
2792 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65", 2820 "source_hash": "8e51dc3a9577065d22ce92f3c838edc5ceaf4e65",
2793 "zip_path": "examples/api/extension/isAllowedAccess.zip" 2821 "zip_path": "examples/api/extension/isAllowedAccess.zip"
2794 } 2822 }
2795 ] 2823 ]
2796 } 2824 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698