浏览器同步助手

在不同浏览器之间同步收藏夹书签

What is 浏览器同步助手?

浏览器同步助手 is a Chrome extension developed by http://sync666.com, and its main feature is "在不同浏览器之间同步收藏夹书签".

Extension Screenshots

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

                        支持主流浏览器
同步收藏书签
在新标签页展示收藏书签
还可以同步最常访问记录
当然,也可以不同步                    

Extension Basic Information

Name 浏览器同步助手 浏览器同步助手
ID daljilioefnikapmoccgphmmiefmmfap
Official URL https://chrome.google.com/webstore/detail/%E6%B5%8F%E8%A7%88%E5%99%A8%E5%90%8C%E6%AD%A5%E5%8A%A9%E6%89%8B/daljilioefnikapmoccgphmmiefmmfap
Description 在不同浏览器之间同步收藏夹书签
File Size 1.57 MB
Installation Count 92
Current Version 0.1.4
Last Updated 2021-08-04
Publish Date 2021-08-04
Developer http://sync666.com
Email [email protected]
Payment Type free
Extension Website https://www.sync666.com/
Help Page URL https://www.sync666.com/
Privacy Policy Page URL https://www.sync666.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/www.sync666.com",
    "description": "\u5728\u4e0d\u540c\u6d4f\u89c8\u5668\u4e4b\u95f4\u540c\u6b65\u6536\u85cf\u5939\u4e66\u7b7e",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "permissions": [
        "",
        "*:\/\/*\/*",
        "storage",
        "unlimitedStorage",
        "notifications",
        "background",
        "bookmarks",
        "tabs",
        "chrome:\/\/favicon\/"
    ],
    "optional_permissions": [
        "history",
        "topSites"
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.quyi666.com\/*"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "override.html"
    },
    "version": "0.1.4"
}