NooBox

Reverse image search

Qu'est-ce que NooBox ?

NooBox est une extension Chrome développée par https://ainoob.com, et sa fonction principale est "Reverse image search".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension NooBox

Téléchargez les fichiers d'extension NooBox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom NooBox NooBox
ID kidibbfcblfbbafhnlanccjjdehoahep
URL Officiel https://chromewebstore.google.com/detail/noobox/kidibbfcblfbbafhnlanccjjdehoahep
Description Reverse image search
Taille du Fichier 2.73 MB
Nombre d'Installations 70,790
Version Actuelle 1.1.13
Dernière Mise à Jour 2023-02-04
Date de Publication 2020-05-23
Évaluation 4.48/5 Total 236 Évaluations
Développeur https://ainoob.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ainoob.com/project/noobox
URL de la Page d'Aide https://github.com/AInoob/NooBox/issues
URL de la Page de Politique de Confidentialité https://ainoob.com/privacy.txt
Langues Prises en Charge 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"
}