Index: chrome/common/extensions/docs/samples.html |
diff --git a/chrome/common/extensions/docs/samples.html b/chrome/common/extensions/docs/samples.html |
index e74c02da5647a5ddb21d753bfce9d5d55ede7d97..4875bef7e01d22464ae4430c7b8e4a043e6f46f5 100644 |
--- a/chrome/common/extensions/docs/samples.html |
+++ b/chrome/common/extensions/docs/samples.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> |
@@ -505,6 +514,13 @@ put a star by bug <a href="http://code.google.com/p/chromium/issues/detail?id=25 |
</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 --> |