Sync Bookmarks - 书签同步

Sync Bookmarks - 书签同步

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sync Bookmarks - 书签同步",
  "version": "1.0.0",
  "manifest_version": 3,
  "description": "上传/下载书签信息到Gitee, 国内方便、快速、稳定的书签同步工具。The 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"
  ]
}