NoFox 网址收藏

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

What is NoFox 网址收藏?

NoFox 网址收藏 is a Chrome extension developed by https://www.nofox.com, and its main feature is "将当前浏览的网页收藏到 NoFox.com".

Extension Screenshots

screenshot

Download NoFox 网址收藏 Extension CRX File

Download NoFox 网址收藏 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

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

Extension Basic Information

Name NoFox 网址收藏 NoFox 网址收藏
ID acemcikfjmojmfbjhaafbgcgpdjmnlab
Official URL https://chromewebstore.google.com/detail/nofox-%E7%BD%91%E5%9D%80%E6%94%B6%E8%97%8F/acemcikfjmojmfbjhaafbgcgpdjmnlab
Description 将当前浏览的网页收藏到 NoFox.com
File Size 65.26 KB
Installation Count 183
Current Version 2.3
Last Updated 2023-04-01
Publish Date 2020-04-22
Rating 2.75/5 Total 4 Ratings
Developer https://www.nofox.com
Email [email protected]
Payment Type free
Help Page URL https://www.nofox.com/htm/help/intro.shtml
Supported Languages 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
}