NooBox

Reverse image search

Was ist NooBox?

NooBox ist eine Chrome-Erweiterung, die von https://ainoob.com entwickelt wurde, und ihr Hauptmerkmal ist "Reverse image search".

Erweiterungsscreenshots

screenshot
screenshot

NooBox-Erweiterungs-CRX-Datei herunterladen

Laden Sie NooBox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name NooBox NooBox
ID kidibbfcblfbbafhnlanccjjdehoahep
Offizielle URL https://chromewebstore.google.com/detail/noobox/kidibbfcblfbbafhnlanccjjdehoahep
Beschreibung Reverse image search
Dateigröße 2.73 MB
Installationsanzahl 70,790
Aktuelle Version 1.1.13
Letztes Update 2023-02-04
Veröffentlichungsdatum 2020-05-23
Bewertung 4.48/5 Insgesamt 236 Bewertungen
Entwickler https://ainoob.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ainoob.com/project/noobox
Hilfeseite URL https://github.com/AInoob/NooBox/issues
URL der Datenschutzrichtlinien-Seite https://ainoob.com/privacy.txt
Unterstützte Sprachen 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"
}