https://github.com/ccforward/chrome
chrome 插件文档翻译
https://github.com/ccforward/chrome
Last synced: 2 months ago
JSON representation
chrome 插件文档翻译
- Host: GitHub
- URL: https://github.com/ccforward/chrome
- Owner: ccforward
- Created: 2015-01-10T15:17:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-01T15:34:12.000Z (almost 10 years ago)
- Last Synced: 2025-04-11T21:52:10.163Z (about 1 year ago)
- Homepage:
- Size: 54.7 KB
- Stars: 80
- Watchers: 8
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Chrome扩展程序开发部分中文文档
本系列文章翻译自 [Google Chrome Extensions](https://developer.chrome.com/)
只翻译了一部分常用功能的文档,已经足够让我们开发一个 chrome 扩展工具了
## 目录
### 入门
* [入门:建立chrome扩展程序](getstarted.md)
### 概述
* [概述:准备好了](overview.md)
### 常用核心文档
* [浏览器按钮 browserAction](browserAction.md)
* [鼠标右键菜单 contextMenus](contextMenus.md)
* [内容脚本 content_scripts](content_scripts.md)
* [声明权限](declare_permission.md)
* [丰富的通知](desktop_notifications.md)
* [清单文件格式 manifest](manifest.md)
* [清单文件-隐身模式 incognito.md](manifest-incognito.md)
* [消息传递](messaging.md)
* [后台网页 background_pages](background_pages.md)
* [storage](storage.md)
* [选项](options.md)
* [自动更新](autoupdate.md)
* [跨站 XMLHttpRequest](xhr.md)