chrome插件中文开发文档(非官方)

你好!

这文档让你知道怎么给 Google Chrome浏览器开发插件。

从哪里开始

在你开始编码前,阅读下面的文章:

入门(Hello, World!)
在5分钟内开发一个"Hello, World"的简单扩展程序
概述
了解插件系统的基本设计点。

也看看这些:

文档版本

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.