xaoi书签同步

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

Wat is xaoi书签同步?

xaoi书签同步 is een Chrome-extensie ontwikkeld door xaoi, en de belangrijkste functie is "不用登录谷歌就可以同步书签".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie xaoi书签同步

Download xaoi书签同步-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam xaoi书签同步 xaoi书签同步
ID pppfpjfenagimfccaglfcankedjhkmkg
Officiële URL https://chromewebstore.google.com/detail/xaoi%E4%B9%A6%E7%AD%BE%E5%90%8C%E6%AD%A5/pppfpjfenagimfccaglfcankedjhkmkg
Beschrijving 不用登录谷歌就可以同步书签
Bestandsgrootte 332 KB
Aantal Installaties 165
Huidige Versie 1.0.3
Laatst Bijgewerkt 2021-03-13
Publicatiedatum 2021-03-01
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar xaoi
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://book-sync.xaoi.net/
Ondersteunde Talen 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"
        ]
    }
}