NooBox

Reverse image search

NooBox là gì?

NooBox là một tiện ích mở rộng Chrome được phát triển bởi https://ainoob.com, và tính năng chính của nó là "Reverse image search".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NooBox

Tải xuống các tệp mở rộng NooBox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NooBox NooBox
ID kidibbfcblfbbafhnlanccjjdehoahep
URL Chính Thức https://chromewebstore.google.com/detail/noobox/kidibbfcblfbbafhnlanccjjdehoahep
Mô tả Reverse image search
Kích Thước Tệp 2.73 MB
Số Lần Cài Đặt 70,790
Phiên Bản Hiện Tại 1.1.13
Cập Nhật Lần Cuối 2023-02-04
Ngày Phát Hành 2020-05-23
Đánh Giá 4.48/5 Tổng số 236 Đánh Giá
Nhà Phát Triển https://ainoob.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ainoob.com/project/noobox
URL Trang Trợ Giúp https://github.com/AInoob/NooBox/issues
URL Trang Chính Sách Bảo Mật https://ainoob.com/privacy.txt
Ngôn Ngữ Được Hỗ Trợ 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"
}