书签同步
上传/下载书签信息到Github
What is 书签同步?
书签同步 is a Chrome extension developed by qq347348453, and its main feature is "上传/下载书签信息到Github".
Extension Screenshots
Download 书签同步 Extension CRX File
Download 书签同步 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
使用指南: - 登录Github,在 Settings->Personal access tokens->Generate new token 生成一个访问token - 生成的 token 需要勾选 repo 权限,保存生成的 token - 点击插件icon,依次输入用户名、凭据、仓库名、文件存放路径 - 如果需要记住用户数据,需要打开 Remember Me 开关 - 填写完用户数据后,便可以进行“上传”或“下载”操作
Extension Basic Information
Name | 书签同步 |
ID | fbcbemgibdnpboehnfcnkegefaomnlbk |
Official URL | https://chromewebstore.google.com/detail/%E4%B9%A6%E7%AD%BE%E5%90%8C%E6%AD%A5/fbcbemgibdnpboehnfcnkegefaomnlbk |
Description | 上传/下载书签信息到Github |
File Size | 55.73 KB |
Installation Count | 2,000 |
Current Version | 1.0 |
Last Updated | 2017-09-05 |
Publish Date | 2017-09-05 |
Rating | 4.70/5 Total 44 Ratings |
Developer | qq347348453 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u4e66\u7b7e\u540c\u6b65", "description": "\u4e0a\u4f20\/\u4e0b\u8f7d\u4e66\u7b7e\u4fe1\u606f\u5230Github", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "\u4e66\u7b7e\u540c\u6b65" }, "permissions": [ "bookmarks", "storage", "https:\/\/api.github.com\/" ] } |