Sync Bookmarks - 书签同步

上传/下载书签信息到Gitee, 国内方便、快速、稳定的书签同步工具。The most convenient, fast and stable bookmark synchronization tool.

Sync Bookmarks - 书签同步คืออะไร?

Sync Bookmarks - 书签同步 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jschentt และคุณลักษณะหลักของมันคือ "上传/下载书签信息到Gitee, 国内方便、快速、稳定的书签同步工具。The most convenient, fast and stable bookmark synchronization tool."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sync Bookmarks - 书签同步

ดาวน์โหลดไฟล์ส่วนขยาย Sync Bookmarks - 书签同步 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        介绍

Awesome-Sync-Bookmarks 是基于 Gitee 存储的书签同步工具。方便用户在不同的终端之间可以快速、高效、稳定的同步书签栏。使用前请先登录 https://gitee.com/,注册账号。

使用说明

1.  必填项:Username, 请登录 https://gitee.com/profile,查看个人空间用户名。
2.  必填项:Access Token, 请登录 https://gitee.com/profile/personal_access_tokens,创建私人令牌。
3.  必填项:Path, 填写规范为 “仓库名/文件名”。例如: syncTags/bookmarks.txt

 联系我

如插件使用过程出现任何问题,请联系邮箱:[email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sync Bookmarks - 书签同步 Sync Bookmarks - 书签同步
ID pojhnflljpadkdgeacbdadnhlgkcdlcc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sync-bookmarks-%E4%B9%A6%E7%AD%BE%E5%90%8C%E6%AD%A5/pojhnflljpadkdgeacbdadnhlgkcdlcc
คำอธิบาย 上传/下载书签信息到Gitee, 国内方便、快速、稳定的书签同步工具。The most convenient, fast and stable bookmark synchronization tool.
ขนาดไฟล์ 97.21 KB
จำนวนการติดตั้ง 208
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-10-27
วันที่เผยแพร่ 2022-10-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา jschentt
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sync Bookmarks - \u4e66\u7b7e\u540c\u6b65",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "\u4e0a\u4f20\/\u4e0b\u8f7d\u4e66\u7b7e\u4fe1\u606f\u5230Gitee, \u56fd\u5185\u65b9\u4fbf\u3001\u5feb\u901f\u3001\u7a33\u5b9a\u7684\u4e66\u7b7e\u540c\u6b65\u5de5\u5177\u3002The most convenient, fast and stable bookmark synchronization tool.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "host_permissions": [
        "https:\/\/gitee.com\/"
    ],
    "permissions": [
        "bookmarks"
    ]
}