锤子书签同步

快速稳定轻量的跨浏览器书签同步工具

What is 锤子书签同步?

锤子书签同步 is a Chrome extension developed by cxos, and its main feature is "快速稳定轻量的跨浏览器书签同步工具".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 锤子书签同步 Extension CRX File

Download 锤子书签同步 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、Edge等Chromium内核浏览器;支持查看书签同步记录;支持导出或清空云端书签;快速、稳定、轻量,随时随地保存你的书签,让你的书签只有一份!                    

Extension Basic Information

Name 锤子书签同步 锤子书签同步
ID faoihodihmiadmebdfogkmfkfhjphhki
Official URL https://chromewebstore.google.com/detail/%E9%94%A4%E5%AD%90%E4%B9%A6%E7%AD%BE%E5%90%8C%E6%AD%A5/faoihodihmiadmebdfogkmfkfhjphhki
Description 快速稳定轻量的跨浏览器书签同步工具
File Size 1.4 MB
Installation Count 665
Current Version 1.0.3
Last Updated 2021-10-21
Publish Date 2021-09-12
Rating 4.78/5 Total 9 Ratings
Developer cxos
Email [email protected]
Payment Type free
Privacy Policy Page URL https://resource.smartisan.com/docs/smartisan_os_privacy_policy_cn.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u9524\u5b50\u4e66\u7b7e\u540c\u6b65",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "\u5feb\u901f\u7a33\u5b9a\u8f7b\u91cf\u7684\u8de8\u6d4f\u89c8\u5668\u4e66\u7b7e\u540c\u6b65\u5de5\u5177",
    "browser_action": {
        "default_icon": ".\/imgs\/bookmarks.png",
        "default_title": "\u5feb\u901f\u7a33\u5b9a\u8f7b\u91cf\u7684\u8de8\u6d4f\u89c8\u5668\u4e66\u7b7e\u540c\u6b65\u5de5\u5177",
        "default_popup": ".\/index.html"
    },
    "icons": {
        "16": ".\/imgs\/bookmarks.png",
        "48": ".\/imgs\/bookmarks.png",
        "128": ".\/imgs\/bookmarks.png"
    },
    "background": {
        "page": ".\/background.html",
        "persistent": true
    },
    "permissions": [
        "bookmarks",
        "management",
        "https:\/\/api-sync-cloud.smartisan.com\/*",
        "http:\/\/api-sync-cloud.smartisan.com\/*",
        "http:\/\/account.smartisan.com\/*",
        "https:\/\/account.smartisan.com\/*"
    ]
}