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

Unified Diff: chrome/common/extensions/docs/samples.json

Issue 7003059: Added license header (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index f10bfbaf011ab61334a4f552c9586a9c580133f9..5c35a180e037320215a847f193f48af9bf315136 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -1720,7 +1720,7 @@
"chrome.tabs.create",
"chrome.tabs.onUpdated"
],
- "description": "Demonstrate screenshot functionality in the chrome.tabs api.",
+ "description": "Demonstrate screenshot functionality in the chrome.tabs api. Note: only works for code.google.com",
"features": [
"background_page",
"browser_action",
@@ -1730,15 +1730,17 @@
"id": "e1697cacebad05218798bf3e8a0f724517f0e8c3",
"name": "Test Screenshot Extension",
"path": "examples\/api\/tabs\/screenshot\/",
- "protocols": [],
- "search_string": "TEST SCREENSHOT EXTENSION DEMONSTRATE SCREENSHOT FUNCTIONALITY IN THE CHROME.TABS API. BACKGROUND_PAGE BROWSER_ACTION TABS CHROME.BROWSERACTION.ONCLICKED CHROME.EXTENSION.GETURL CHROME.EXTENSION.GETVIEWS CHROME.TABS.CAPTUREVISIBLETAB CHROME.TABS.CREATE CHROME.TABS.ONUPDATED",
+ "protocols": [
+ "http:\/\/"
+ ],
+ "search_string": "TEST SCREENSHOT EXTENSION DEMONSTRATE SCREENSHOT FUNCTIONALITY IN THE CHROME.TABS API. NOTE: ONLY WORKS FOR CODE.GOOGLE.COM BACKGROUND_PAGE BROWSER_ACTION TABS CHROME.BROWSERACTION.ONCLICKED CHROME.EXTENSION.GETURL CHROME.EXTENSION.GETVIEWS CHROME.TABS.CAPTUREVISIBLETAB CHROME.TABS.CREATE CHROME.TABS.ONUPDATED",
"source_files": [
"background.html",
"manifest.json",
"screenshot.html",
"screenshot.js"
],
- "source_hash": "6be9b92850e86ce311cc12a2cf0cda3b47ab5d58",
+ "source_hash": "a822ee354314b8ff943ddf537e0cdff2e2fd36c9",
"zip_path": "examples\/api\/tabs\/screenshot.zip"
},
{
« 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