Index: chrome/common/extensions/docs/content_scripts.html |
diff --git a/chrome/common/extensions/docs/content_scripts.html b/chrome/common/extensions/docs/content_scripts.html |
index 1617e4e9eaf5c0918786ec6581f3e450c64671d6..c869a31074ff032fe61a464972e45dd4110aa471 100644 |
--- a/chrome/common/extensions/docs/content_scripts.html |
+++ b/chrome/common/extensions/docs/content_scripts.html |
@@ -59,6 +59,15 @@ |
<dd> |
Description of this parameter from the json schema. |
</dd> |
+ <dd> |
+ This parameter was added in version |
+ <b><span></span></b>. |
+ You must omit this parameter in earlier versions, |
+ and you may omit it in any version. If you require this |
+ parameter, the manifest key |
+ <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> |
+ can ensure that your extension won't be run in an earlier browser version. |
+ </dd> |
<!-- OBJECT PROPERTIES --> |
<dd> |
@@ -796,6 +805,13 @@ sending a request to its parent extension. |
</div> |
</div> |
+ <!-- MIN_VERSION --> |
+ <p> |
+ This function was added in version <b><span></span></b>. |
+ If you require this function, the manifest key |
+ <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a> |
+ can ensure that your extension won't be run in an earlier browser version. |
+ </p> |
</div> <!-- /description --> |
</div> <!-- /apiItem --> |