书签同步器
同步书签到服务器(By Jacky)
What is 书签同步器?
书签同步器 is a Chrome extension developed by Jacky, and its main feature is "同步书签到服务器(By Jacky)".
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
用于同步用户书签到服务器
Extension Basic Information
Name | 书签同步器 |
ID | jbphnopjohoadojljailhkacifogcdok |
Official URL | https://chromewebstore.google.com/detail/%E4%B9%A6%E7%AD%BE%E5%90%8C%E6%AD%A5%E5%99%A8/jbphnopjohoadojljailhkacifogcdok |
Description | 同步书签到服务器(By Jacky) |
File Size | 143 KB |
Installation Count | 32 |
Current Version | 1.0 |
Last Updated | 2018-10-24 |
Publish Date | 2018-10-23 |
Developer | Jacky |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u4e66\u7b7e\u540c\u6b65\u5668", "version": "1.0", "description": "\u540c\u6b65\u4e66\u7b7e\u5230\u670d\u52a1\u5668(By Jacky)", "offline_enabled": true, "permissions": [ "bookmarks", "http:\/\/47.90.102.143:777\/*", "notifications", "storage" ], "background": { "persistent": true, "scripts": [ "conf.js", "jquery.min.js", "background.js" ] }, "browser_action": { "default_title": "\u4e66\u7b7e\u540c\u6b65\u5668", "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "icon.png" ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |