浏览器同步助手

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

Qu'est-ce que 浏览器同步助手 ?

浏览器同步助手 est une extension Chrome développée par http://sync666.com, et sa fonction principale est "在不同浏览器之间同步收藏夹书签".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 浏览器同步助手

Téléchargez les fichiers d'extension 浏览器同步助手 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom 浏览器同步助手 浏览器同步助手
ID daljilioefnikapmoccgphmmiefmmfap
URL Officiel 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 在不同浏览器之间同步收藏夹书签
Taille du Fichier 1.57 MB
Nombre d'Installations 92
Version Actuelle 0.1.4
Dernière Mise à Jour 2021-08-04
Date de Publication 2021-08-04
Développeur http://sync666.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.sync666.com/
URL de la Page d'Aide https://www.sync666.com/
URL de la Page de Politique de Confidentialité https://www.sync666.com/privacy
Langues Prises en Charge 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"
}