Index: chrome/common/extensions/docs/api_other.html |
diff --git a/chrome/common/extensions/docs/api_other.html b/chrome/common/extensions/docs/api_other.html |
index 8bc8ef05a9c667003951eb753079ed3468fe07c4..8cea60f1fc97ce3fd2d1ff452563cedd4d0c5d3d 100644 |
--- a/chrome/common/extensions/docs/api_other.html |
+++ b/chrome/common/extensions/docs/api_other.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> |
@@ -407,6 +416,13 @@ just as they would in any other web pages. |
</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 --> |