Cloud Vision

Adds a right-click menu item to images to detect text, labels and faces.

Co je Cloud Vision?

Cloud Vision je rozšíření Chrome vyvinuté https://imjasonh.com, a jeho hlavní funkcí je „Adds a right-click menu item to images to detect text, labels and faces.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Cloud Vision

Stáhněte si soubory rozšíření Cloud Vision ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Right-click an image and select "Text detection" to have detected text copied to your clipboard. Select "Label detection" to display terms to label your image. Select "Face detection" to outline faces detected in the image.

Powered by the Google Cloud Vision API: https://cloud.google.com/vision/

Source available at https://github.com/GoogleCloudPlatform/cloud-vision/tree/master/chrome-extension

Icons made by Freepik (http://www.freepik.com) from Flaticon (http://www.flaticon.com) is licensed by CC 3.0 BY (http://creativecommons.org/licenses/by/3.0/)                    

Základní Informace o Rozšíření

Název Cloud Vision Cloud Vision
ID nblmokgbialjjgfhfofbgfcghhbkejac
Oficiální URL https://chromewebstore.google.com/detail/cloud-vision/nblmokgbialjjgfhfofbgfcghhbkejac
Popis Adds a right-click menu item to images to detect text, labels and faces.
Velikost souboru 7.68 KB
Počet instalací 901
Aktuální Verze 0.0.9
Poslední Aktualizace 2016-03-25
Datum Vydání 2016-03-25
Hodnocení 4.07/5 Celkem 15 Hodnocení
Vývojář https://imjasonh.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud Vision",
    "description": "Adds a right-click menu item to images to detect text, labels and faces.",
    "version": "0.0.9",
    "permissions": [
        "clipboardWrite",
        "contextMenus",
        "notifications",
        "file:\/\/*",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    }
}