Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License, and code samples are licensed under the BSD License.
©2012 Google
这文档让你知道怎么给 Google Chrome浏览器开发插件。
在你开始编码前,阅读下面的文章:
也看看这些:
In general, you should view these pages at http://developer.chrome.com/extensions/<filename> (for example, http://developer.chrome.com/extensions/overview.html). However, if you need to see the very latest doc or you're using a different version of Google Chrome than most of the world is (perhaps the Dev channel), you might want to use a different URL (for example, .../dev/extensions/overview.html). The following table lists the doc locations and explains how they differ.
URL | Version |
---|---|
.../extensions/... | The version you should probably be using. This documents the most stable version of the extension API. |
.../beta/extensions/... |
Documentation for the Beta channel version of Google Chrome. Note: APIs on the Beta channel are subject to change. |
.../dev/extensions/... |
Documentation for the Dev channel version of Google Chrome. This version might also have bug fixes and feature information that are relevant to the current doc but haven't been integrated into it yet. Note: APIs on the Dev channel are subject to change. |
.../trunk/extensions/... |
The very latest documentation.
Look here if you're using
Canary
or a tip-of-tree version of
Chromium
or if you're curious about features to come.
This version might also have bug fixes and feature information
that are relevant to the current doc
but haven't been integrated into it yet.
Note: The trunk version of the doc is preliminary and might have errors. |