You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
661 B

# 谷歌浏览器书签同步扩展
## 如何安装
1. 打开谷歌浏览器,输入 **chrome://extensions/** 进入扩展页面
1. 在扩展页面打开 **开发者模式**
1. 点击 **加载已解压的扩展程序**,在弹出的文件选择框中选中本工程的 **extension** 目录
## 参考引用
* [chrome extensions Getting Started Tutorial](https://developer.chrome.com/extensions/getstarted)
* [360极速浏览器应用开放平台](http://open.chrome.360.cn/extension_dev/overview.html)
* [Chrome插件开发全攻略](https://github.com/sxei/chrome-plugin-demo)
* [chrome bookmarks api](https://developer.chrome.com/extensions/bookmarks)