diff options
Diffstat (limited to 'files/zh-cn/mozilla/add-ons/webextensions/api/runtime')
9 files changed, 0 insertions, 18 deletions
diff --git a/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/connectnative/index.html b/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/connectnative/index.html index d3d4d9a14d..f0c06c8bce 100644 --- a/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/connectnative/index.html +++ b/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/connectnative/index.html @@ -45,8 +45,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/connectNative <h2 id="浏览器的兼容性">浏览器的兼容性</h2> -<p class="hidden">本页中的兼容性表格是通过结构化后的数据生成的. 如果你想提供更多的兼容性数据, 请检出 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 添加修改后再给我们发送一个pull请求.</p> - <p>{{Compat("webextensions.api.runtime.connectNative")}}</p> <h2 id="示例">示例</h2> diff --git a/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/getmanifest/index.html b/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/getmanifest/index.html index 77870d7010..882bcb4986 100644 --- a/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/getmanifest/index.html +++ b/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/getmanifest/index.html @@ -27,8 +27,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/getManifest <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("webextensions.api.runtime.getManifest")}}</p> <h2 id="示例">示例</h2> diff --git a/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/onconnect/index.html b/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/onconnect/index.html index 283b0e64da..ade17a0d54 100644 --- a/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/onconnect/index.html +++ b/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/onconnect/index.html @@ -43,8 +43,6 @@ browser.runtime.onConnect.hasListener(listener) <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("webextensions.api.runtime.onConnect")}}</p> <h2 id="Examples">Examples</h2> diff --git a/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/onmessage/index.html b/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/onmessage/index.html index afa54c1aaf..add44638c4 100644 --- a/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/onmessage/index.html +++ b/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/onmessage/index.html @@ -123,8 +123,6 @@ browser.runtime.onMessage.hasListener(listener) <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("webextensions.api.runtime.onMessage")}}</p> <h2 id="Examples">Examples</h2> diff --git a/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/openoptionspage/index.html b/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/openoptionspage/index.html index 701af9c2ea..21d358044b 100644 --- a/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/openoptionspage/index.html +++ b/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/openoptionspage/index.html @@ -32,8 +32,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/openOptionsPage <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("webextensions.api.runtime.openOptionsPage")}}</p> <h2 id="例子">例子</h2> diff --git a/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/platformarch/index.html b/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/platformarch/index.html index 0adfaf39f1..a4aa83bd70 100644 --- a/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/platformarch/index.html +++ b/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/platformarch/index.html @@ -25,8 +25,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/PlatformArch <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("webextensions.api.runtime.PlatformArch")}}</p> <p>{{WebExtExamples}}</p> diff --git a/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/platformos/index.html b/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/platformos/index.html index 6c32d46b6f..0b5ad300eb 100644 --- a/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/platformos/index.html +++ b/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/platformos/index.html @@ -31,8 +31,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/PlatformOs <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("webextensions.api.runtime.PlatformOs")}}</p> <p>{{WebExtExamples}}</p> diff --git a/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/sendmessage/index.html b/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/sendmessage/index.html index 86ec753075..2f104f7a32 100644 --- a/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/sendmessage/index.html +++ b/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/sendmessage/index.html @@ -77,8 +77,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/sendMessage <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("webextensions.api.runtime.sendMessage")}}</p> <h2 id="Examples">Examples</h2> diff --git a/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/sendnativemessage/index.html b/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/sendnativemessage/index.html index 349b7a06d0..a6114c938e 100644 --- a/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/sendnativemessage/index.html +++ b/files/zh-cn/mozilla/add-ons/webextensions/api/runtime/sendnativemessage/index.html @@ -43,8 +43,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/runtime/sendNativeMessage <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">这个页面的兼容性表从结构性数据生成的。如果你想提供数据,请访问 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 然后提交请求。</p> - <p>{{Compat("webextensions.api.runtime.sendNativeMessage")}}</p> <h2 id="示例">示例</h2> |