Cloud Vision

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

Wat is Cloud Vision?

Cloud Vision is een Chrome-extensie ontwikkeld door https://imjasonh.com, en de belangrijkste functie is "Adds a right-click menu item to images to detect text, labels and faces.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Cloud Vision

Download Cloud Vision-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Cloud Vision Cloud Vision
ID nblmokgbialjjgfhfofbgfcghhbkejac
Officiële URL https://chromewebstore.google.com/detail/cloud-vision/nblmokgbialjjgfhfofbgfcghhbkejac
Beschrijving Adds a right-click menu item to images to detect text, labels and faces.
Bestandsgrootte 7.68 KB
Aantal Installaties 901
Huidige Versie 0.0.9
Laatst Bijgewerkt 2016-03-25
Publicatiedatum 2016-03-25
Beoordeling 4.07/5 Totaal 15 Beoordelingen
Ontwikkelaar https://imjasonh.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}