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

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

Issue 7310004: Add sample extension to allow/block third-party cookies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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.bookmarks.create": "bookmarks.html#method-create", 3 "chrome.bookmarks.create": "bookmarks.html#method-create",
4 "chrome.bookmarks.export": "bookmarks.html#method-export", 4 "chrome.bookmarks.export": "bookmarks.html#method-export",
5 "chrome.bookmarks.get": "bookmarks.html#method-get", 5 "chrome.bookmarks.get": "bookmarks.html#method-get",
6 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren", 6 "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren",
7 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent", 7 "chrome.bookmarks.getRecent": "bookmarks.html#method-getRecent",
8 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree", 8 "chrome.bookmarks.getSubTree": "bookmarks.html#method-getSubTree",
9 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree", 9 "chrome.bookmarks.getTree": "bookmarks.html#method-getTree",
10 "chrome.bookmarks.import": "bookmarks.html#method-import", 10 "chrome.bookmarks.import": "bookmarks.html#method-import",
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 "search_string": "BLANK NEW TAB PAGE CHROME_URL_OVERRIDES", 344 "search_string": "BLANK NEW TAB PAGE CHROME_URL_OVERRIDES",
345 "source_files": [ 345 "source_files": [
346 "blank.html", 346 "blank.html",
347 "manifest.json" 347 "manifest.json"
348 ], 348 ],
349 "source_hash": "477acf6d15e3fa252e6307e156707538b61c86db", 349 "source_hash": "477acf6d15e3fa252e6307e156707538b61c86db",
350 "zip_path": "examples\/api\/override\/blank_ntp.zip" 350 "zip_path": "examples\/api\/override\/blank_ntp.zip"
351 }, 351 },
352 { 352 {
353 "api_calls": [ 353 "api_calls": [
354 "chrome.extension.isAllowedIncognitoAccess"
355 ],
356 "description": "Sample extension which demonstrates how to access a prefer ence.",
357 "features": [
358 "browser_action",
359 "contentSettings",
360 "experimental",
361 "popup"
362 ],
363 "icon": null,
364 "id": "7da105f28e200d42510aff3591dfa5aeb0b82605",
365 "name": "Block\/allow third-party cookies API example extension",
366 "path": "examples\/api\/preferences\/allowThirdPartyCookies\/",
367 "protocols": [],
368 "search_string": "BLOCK\/ALLOW THIRD-PARTY COOKIES API EXAMPLE EXTENSION S AMPLE EXTENSION WHICH DEMONSTRATES HOW TO ACCESS A PREFERENCE. BROWSER_ACTION CO NTENTSETTINGS EXPERIMENTAL POPUP CHROME.EXTENSION.ISALLOWEDINCOGNITOACCESS",
369 "source_files": [
370 "manifest.json",
371 "popup.html"
372 ],
373 "source_hash": "0a5411c5d06a2b40b27ce8eef706b0003bb72be8",
374 "zip_path": "examples\/api\/preferences\/allowThirdPartyCookies.zip"
375 },
376 {
377 "api_calls": [
354 "chrome.experimental.devtools.audits.addCategory", 378 "chrome.experimental.devtools.audits.addCategory",
355 "chrome.extension.onRequest", 379 "chrome.extension.onRequest",
356 "chrome.extension.sendRequest", 380 "chrome.extension.sendRequest",
357 "chrome.tabs.executeScript", 381 "chrome.tabs.executeScript",
358 "chrome.tabs.sendRequest" 382 "chrome.tabs.sendRequest"
359 ], 383 ],
360 "description": "Extends the Developer Tools, adding an audit category that finds broken links on the inspected page.", 384 "description": "Extends the Developer Tools, adding an audit category that finds broken links on the inspected page.",
361 "features": [ 385 "features": [
362 "background_page", 386 "background_page",
363 "devtools_page", 387 "devtools_page",
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 "icon": null, 723 "icon": null,
700 "id": "0bf0930a32829dfb77170535ecb27adc2de3998a", 724 "id": "0bf0930a32829dfb77170535ecb27adc2de3998a",
701 "name": "Enable\/disable referrers API example extension", 725 "name": "Enable\/disable referrers API example extension",
702 "path": "examples\/api\/preferences\/enableReferrer\/", 726 "path": "examples\/api\/preferences\/enableReferrer\/",
703 "protocols": [], 727 "protocols": [],
704 "search_string": "ENABLE\/DISABLE REFERRERS API EXAMPLE EXTENSION SAMPLE E XTENSION WHICH DEMONSTRATES HOW TO ACCESS A PREFERENCE. BROWSER_ACTION CONTENTSE TTINGS EXPERIMENTAL POPUP CHROME.EXTENSION.ISALLOWEDINCOGNITOACCESS", 728 "search_string": "ENABLE\/DISABLE REFERRERS API EXAMPLE EXTENSION SAMPLE E XTENSION WHICH DEMONSTRATES HOW TO ACCESS A PREFERENCE. BROWSER_ACTION CONTENTSE TTINGS EXPERIMENTAL POPUP CHROME.EXTENSION.ISALLOWEDINCOGNITOACCESS",
705 "source_files": [ 729 "source_files": [
706 "manifest.json", 730 "manifest.json",
707 "popup.html" 731 "popup.html"
708 ], 732 ],
709 "source_hash": "2919c196fec8721c240b529b7763c36f7330d986", 733 "source_hash": "3b492332455095ce069e29d9dcff81e429459190",
710 "zip_path": "examples\/api\/preferences\/enableReferrer.zip" 734 "zip_path": "examples\/api\/preferences\/enableReferrer.zip"
711 }, 735 },
712 { 736 {
713 "api_calls": [], 737 "api_calls": [],
714 "description": "A sample extension which uses Google Analytics to track us age.", 738 "description": "A sample extension which uses Google Analytics to track us age.",
715 "features": [ 739 "features": [
716 "background_page", 740 "background_page",
717 "browser_action", 741 "browser_action",
718 "popup" 742 "popup"
719 ], 743 ],
(...skipping 1135 matching lines...) Expand 10 before | Expand all | Expand 10 after
1855 "source_files": [ 1879 "source_files": [
1856 "manifest.json", 1880 "manifest.json",
1857 "popup.html", 1881 "popup.html",
1858 "sample.css" 1882 "sample.css"
1859 ], 1883 ],
1860 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d", 1884 "source_hash": "c8bfc2b60f25c24dc3c5aaf75dd635c9419df66d",
1861 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip" 1885 "zip_path": "examples\/api\/extension\/isAllowedAccess.zip"
1862 } 1886 }
1863 ] 1887 ]
1864 } 1888 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698