xaoi书签同步

不用登录谷歌就可以同步书签

What is xaoi书签同步?

xaoi书签同步 is a Chrome extension developed by xaoi, and its main feature is "不用登录谷歌就可以同步书签".

Extension Screenshots

screenshot
screenshot
screenshot

Download xaoi书签同步 Extension CRX File

Download xaoi书签同步 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

                        支持chrome扩展就可以同步书签,跨浏览器,不用翻墙,手机也可以使用                    

Extension Basic Information

Name xaoi书签同步 xaoi书签同步
ID pppfpjfenagimfccaglfcankedjhkmkg
Official URL https://chromewebstore.google.com/detail/xaoi%E4%B9%A6%E7%AD%BE%E5%90%8C%E6%AD%A5/pppfpjfenagimfccaglfcankedjhkmkg
Description 不用登录谷歌就可以同步书签
File Size 332 KB
Installation Count 165
Current Version 1.0.3
Last Updated 2021-03-13
Publish Date 2021-03-01
Rating 5.00/5 Total 3 Ratings
Developer xaoi
Email [email protected]
Payment Type free
Extension Website https://book-sync.xaoi.net/
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "xaoi\u4e66\u7b7e\u540c\u6b65",
    "version": "1.0.3",
    "description": "\u4e0d\u7528\u767b\u5f55\u8c37\u6b4c\u5c31\u53ef\u4ee5\u540c\u6b65\u4e66\u7b7e",
    "browser_action": {
        "default_icon": "ico.png",
        "default_title": "xaoi\u4e66\u7b7e\u540c\u6b65\u5de5\u5177",
        "default_popup": "index\/index.html"
    },
    "permissions": [
        "bookmarks",
        "https:\/\/book-sync.xaoi.net\/"
    ],
    "homepage_url": "https:\/\/book-sync.xaoi.net",
    "content_security_policy": "style-src 'self' 'unsafe-inline';script-src 'self' 'unsafe-eval'; object-src 'self' ;",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}