xaoi书签同步
不用登录谷歌就可以同步书签
xaoi书签同步とは何ですか?
xaoi书签同步はxaoiによって開発されたChromeの拡張機能で、その主な機能は「不用登录谷歌就可以同步书签」です。
拡張機能のスクリーンショット
xaoi书签同步拡張機能のCRXファイルをダウンロード
xaoi书签同步拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
支持chrome扩展就可以同步书签,跨浏览器,不用翻墙,手机也可以使用
拡張機能の基本情報
名前 | xaoi书签同步 |
ID | pppfpjfenagimfccaglfcankedjhkmkg |
公式URL | https://chromewebstore.google.com/detail/xaoi%E4%B9%A6%E7%AD%BE%E5%90%8C%E6%AD%A5/pppfpjfenagimfccaglfcankedjhkmkg |
説明 | 不用登录谷歌就可以同步书签 |
ファイルサイズ | 332 KB |
インストール数 | 165 |
現在のバージョン | 1.0.3 |
最終更新日 | 2021-03-13 |
公開日 | 2021-03-01 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | xaoi |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://book-sync.xaoi.net/ |
対応言語 | 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" ] } } |