NooBox

Reverse image search

ما هو NooBox؟

NooBox هو إضافة Chrome تم تطويرها بواسطة https://ainoob.com، والميزة الرئيسية لها هي "Reverse image search".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة NooBox

قم بتنزيل ملفات الامتداد NooBox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://github.com/AInoob/NooBox/issues
عنوان صفحة سياسة الخصوصية 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"
}