NooBox

Reverse image search

NooBoxคืออะไร?

NooBox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ainoob.com และคุณลักษณะหลักของมันคือ "Reverse image search"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NooBox

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}