NooBox

Reverse image search

Cos'è NooBox?

NooBox è un'estensione di Chrome sviluppata da https://ainoob.com, e la sua funzione principale è "Reverse image search".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione NooBox

Scarica i file di estensione NooBox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome NooBox NooBox
ID kidibbfcblfbbafhnlanccjjdehoahep
URL Ufficiale https://chromewebstore.google.com/detail/noobox/kidibbfcblfbbafhnlanccjjdehoahep
Descrizione Reverse image search
Dimensione del File 2.73 MB
Conteggio Installazioni 70,790
Versione Corrente 1.1.13
Ultimo Aggiornamento 2023-02-04
Data di Pubblicazione 2020-05-23
Valutazione 4.48/5 Totale 236 Valutazioni
Sviluppatore https://ainoob.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ainoob.com/project/noobox
URL della Pagina di Aiuto https://github.com/AInoob/NooBox/issues
URL della Pagina della Politica sulla Privacy https://ainoob.com/privacy.txt
Lingue Supportate 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"
}