NoFox 网址收藏

将当前浏览的网页收藏到 NoFox.com

Cos'è NoFox 网址收藏?

NoFox 网址收藏 è un'estensione di Chrome sviluppata da https://www.nofox.com, e la sua funzione principale è "将当前浏览的网页收藏到 NoFox.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NoFox 网址收藏

Scarica i file di estensione NoFox 网址收藏 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        这是为NoFox.com 网站用户开发的插件,安装该插件后,点击插件可以直接添加当前页面网址到 NoFox.com 上自己的帐号下。                    

Informazioni di Base sull'Estensione

Nome NoFox 网址收藏 NoFox 网址收藏
ID acemcikfjmojmfbjhaafbgcgpdjmnlab
URL Ufficiale https://chromewebstore.google.com/detail/nofox-%E7%BD%91%E5%9D%80%E6%94%B6%E8%97%8F/acemcikfjmojmfbjhaafbgcgpdjmnlab
Descrizione 将当前浏览的网页收藏到 NoFox.com
Dimensione del File 65.26 KB
Conteggio Installazioni 183
Versione Corrente 2.3
Ultimo Aggiornamento 2023-04-01
Data di Pubblicazione 2020-04-22
Valutazione 2.75/5 Totale 4 Valutazioni
Sviluppatore https://www.nofox.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.nofox.com/htm/help/intro.shtml
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NoFox \u7f51\u5740\u6536\u85cf",
    "description": "\u5c06\u5f53\u524d\u6d4f\u89c8\u7684\u7f51\u9875\u6536\u85cf\u5230 NoFox.com",
    "version": "2.3",
    "icons": {
        "128": "nofox_128.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "\u6536\u85cf\u5f53\u524d\u7f51\u9875\u5230 NoFox",
        "default_icon": "nofox-head-purp-32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "js\/nofox_extend.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.nofox.com; object-src 'self'",
    "manifest_version": 2
}