summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-27 23:34:11 +0000
committerkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-27 23:34:11 +0000
commitd2667b6962c06d35f38516b7cb77540b7b4a3e74 (patch)
tree9cacdc7455b4a9802dede0cfc0d234a7c3c2e1b6
parent8ec2292d71358d235d9c7eac4325de800afd6e35 (diff)
downloadchromium_src-d2667b6962c06d35f38516b7cb77540b7b4a3e74.zip
chromium_src-d2667b6962c06d35f38516b7cb77540b7b4a3e74.tar.gz
chromium_src-d2667b6962c06d35f38516b7cb77540b7b4a3e74.tar.bz2
Small updates/improvements to manifest docs.
TBR=aa BUG=none TEST=none Review URL: http://codereview.chromium.org/548169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37340 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/common/extensions/docs/browserAction.html2
-rw-r--r--chrome/common/extensions/docs/manifest.html28
-rw-r--r--chrome/common/extensions/docs/static/browserAction.html2
-rw-r--r--chrome/common/extensions/docs/static/manifest.html20
4 files changed, 32 insertions, 20 deletions
diff --git a/chrome/common/extensions/docs/browserAction.html b/chrome/common/extensions/docs/browserAction.html
index 7fe2b8a..800a81e 100644
--- a/chrome/common/extensions/docs/browserAction.html
+++ b/chrome/common/extensions/docs/browserAction.html
@@ -370,6 +370,8 @@ To set the tooltip,
use the <b>default_title</b> field of <b>browser_action</b>
in the <a href="#manifest">manifest</a>,
or call the <a href="#method-setTitle">setTitle()</a> method.
+You can specify locale-specific strings for the <b>default_title</b> field;
+see <a href="i18n.html">Internationalization</a> for details.
</p>
<h3 id="badge">Badge</h3>
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html
index 660ac56..4d9563e 100644
--- a/chrome/common/extensions/docs/manifest.html
+++ b/chrome/common/extensions/docs/manifest.html
@@ -212,9 +212,9 @@
</li><li>
<a href="#default_locale">default_locale</a>
</li><li>
- <a href="#name">name</a>
+ <a href="#minimum_chrome_version">minimum_chrome_version</a>
</li><li>
- <a href="#minimum_chrome_version">Minimum Chrome Version</a>
+ <a href="#name">name</a>
</li><li>
<a href="#permissions">permissions</a>
</li><li>
@@ -302,7 +302,7 @@ are <b>name</b> and <b>version</b>.
"<a href="background_pages.html">background_page</a>": "<em>aFile</em>.html",
"<a href="override.html">chrome_url_overrides</a>": {...},
"<a href="content_scripts.html">content_scripts</a>": [...],
- "<a href="#minimum_chrome_version">minimum_chrome_version</a>": "x.y",
+ "<a href="#minimum_chrome_version">minimum_chrome_version</a>": "<em>versionString</em>",
"<a href="options.html">options_page</a>": "<em>aFile</em>.html",
"<a href="#permissions">permissions</a>": [...],
"<a href="npapi.html">plugins</a>": [...],
@@ -330,6 +330,8 @@ that describes the extension.
The description should be suitable for both
the browser's extension management UI
and the <a href="https://chrome.google.com/extensions">extension gallery</a>.
+You can specify locale-specific strings for this field;
+see <a href="i18n.html">Internationalization</a> for details.
</p>
@@ -380,7 +382,14 @@ For details, see
<a href="i18n.html">Internationalization</a>.
</p>
-<h3 id="name">name</h3>
+<h3 id="minimum_chrome_version">minimum_chrome_version</h3>
+
+<p>
+The version of Google Chrome that your extension requires, if any.
+The format for this string is the same as for the
+<a href="#version">version</a> field.
+
+</p><h3 id="name">name</h3>
<p>
A short, plain text string
@@ -389,16 +398,11 @@ that identifies the extension.
The name is used in the install dialog,
extension management UI,
and the <a href="https://chrome.google.com/extensions">extension gallery</a>.
+You can specify locale-specific strings for this field;
+see <a href="i18n.html">Internationalization</a> for details.
</p>
-<h3 id="minimum_chrome_version">Minimum Chrome Version</h3>
-
-<p>
-The version of Google Chrome that your extension requires, if any.
-The format for this string is the same as for the <a href="#version">version
-field</a>.
-
-</p><h3 id="permissions">permissions</h3>
+<h3 id="permissions">permissions</h3>
<p>
An array of permissions that the extension might use.
diff --git a/chrome/common/extensions/docs/static/browserAction.html b/chrome/common/extensions/docs/static/browserAction.html
index d028156..aeab32b 100644
--- a/chrome/common/extensions/docs/static/browserAction.html
+++ b/chrome/common/extensions/docs/static/browserAction.html
@@ -91,6 +91,8 @@ To set the tooltip,
use the <b>default_title</b> field of <b>browser_action</b>
in the <a href="#manifest">manifest</a>,
or call the <a href="#method-setTitle">setTitle()</a> method.
+You can specify locale-specific strings for the <b>default_title</b> field;
+see <a href="i18n.html">Internationalization</a> for details.
</p>
<h3 id="badge">Badge</h3>
diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html
index 0f16e37..ff789cd 100644
--- a/chrome/common/extensions/docs/static/manifest.html
+++ b/chrome/common/extensions/docs/static/manifest.html
@@ -37,7 +37,7 @@ are <b>name</b> and <b>version</b>.
"<a href="background_pages.html">background_page</a>": "<em>aFile</em>.html",
"<a href="override.html">chrome_url_overrides</a>": {...},
"<a href="content_scripts.html">content_scripts</a>": [...],
- "<a href="#minimum_chrome_version">minimum_chrome_version</a>": "x.y",
+ "<a href="#minimum_chrome_version">minimum_chrome_version</a>": "<em>versionString</em>",
"<a href="options.html">options_page</a>": "<em>aFile</em>.html",
"<a href="#permissions">permissions</a>": [...],
"<a href="npapi.html">plugins</a>": [...],
@@ -65,6 +65,8 @@ that describes the extension.
The description should be suitable for both
the browser's extension management UI
and the <a href="https://chrome.google.com/extensions">extension gallery</a>.
+You can specify locale-specific strings for this field;
+see <a href="i18n.html">Internationalization</a> for details.
</p>
@@ -116,6 +118,13 @@ For details, see
<a href="i18n.html">Internationalization</a>.
</p>
+<h3 id="minimum_chrome_version">minimum_chrome_version</h3>
+
+<p>
+The version of Google Chrome that your extension requires, if any.
+The format for this string is the same as for the
+<a href="#version">version</a> field.
+
<h3 id="name">name</h3>
<p>
@@ -125,15 +134,10 @@ that identifies the extension.
The name is used in the install dialog,
extension management UI,
and the <a href="https://chrome.google.com/extensions">extension gallery</a>.
+You can specify locale-specific strings for this field;
+see <a href="i18n.html">Internationalization</a> for details.
</p>
-<h3 id="minimum_chrome_version">Minimum Chrome Version</h3>
-
-<p>
-The version of Google Chrome that your extension requires, if any.
-The format for this string is the same as for the <a href="#version">version
-field</a>.
-
<h3 id="permissions">permissions</h3>
<p>