NooBox

Reverse image search

什么是NooBox?

NooBox是由https://ainoob.com开发的Chrome扩展程序,该扩展的主要功能是“Reverse image search”。

扩展截图

screenshot
screenshot

下载NooBox扩展crx文件

下载NooBox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        NooBox is a toolbox that contains 
1. Reverse Image Search with multiple engines
2. Extract images 
3. Screenshot & Search 
4. Auto Refresh
5. H5 Video Control                    

扩展基本信息

名称 NooBox NooBox
ID kidibbfcblfbbafhnlanccjjdehoahep
官方URL https://chromewebstore.google.com/detail/noobox/kidibbfcblfbbafhnlanccjjdehoahep
简介 Reverse image search
文件大小 2.73 MB
安装次数 70,790
当前版本 1.1.13
更新时间 2023-02-04
上架时间 2020-05-23
评分 4.48/5 共236次评分
开发者 https://ainoob.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ainoob.com/project/noobox
帮助页面URL https://github.com/AInoob/NooBox/issues
隐私政策页面URL https://ainoob.com/privacy.txt
支持的语言 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "NB",
    "version": "1.1.13",
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_title": "NooBox~",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "thirdParty\/jquery.min.js",
            "thirdParty\/fileSavor.js",
            "thirdParty\/jszip.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "thirdParty\/jquery.min.js",
                "contentScript\/videoControl.js",
                "contentScript\/extractImages.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "default_locale": "en",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "activeTab",
        "notifications",
        ""
    ],
    "commands": {
        "screenshotSearch": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "__MSG_screenshot_search__"
        }
    },
    "minimum_chrome_version": "35"
}