Cloud Vision

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

Cos'è Cloud Vision?

Cloud Vision è un'estensione di Chrome sviluppata da https://imjasonh.com, e la sua funzione principale è "Adds a right-click menu item to images to detect text, labels and faces.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Cloud Vision

Scarica i file di estensione Cloud Vision 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

                        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/)                    

Informazioni di Base sull'Estensione

Nome Cloud Vision Cloud Vision
ID nblmokgbialjjgfhfofbgfcghhbkejac
URL Ufficiale https://chromewebstore.google.com/detail/cloud-vision/nblmokgbialjjgfhfofbgfcghhbkejac
Descrizione Adds a right-click menu item to images to detect text, labels and faces.
Dimensione del File 7.68 KB
Conteggio Installazioni 901
Versione Corrente 0.0.9
Ultimo Aggiornamento 2016-03-25
Data di Pubblicazione 2016-03-25
Valutazione 4.07/5 Totale 15 Valutazioni
Sviluppatore https://imjasonh.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}