Cloud Vision

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

Hvad er Cloud Vision?

Cloud Vision er en Chrome-udvidelse udviklet af https://imjasonh.com, og dens hovedfunktion er "Adds a right-click menu item to images to detect text, labels and faces.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Cloud Vision-udvidelses-CRX-fil

Download Cloud Vision-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Cloud Vision Cloud Vision
ID nblmokgbialjjgfhfofbgfcghhbkejac
Officiel URL https://chromewebstore.google.com/detail/cloud-vision/nblmokgbialjjgfhfofbgfcghhbkejac
Beskrivelse Adds a right-click menu item to images to detect text, labels and faces.
Filstørrelse 7.68 KB
Antal Installationer 901
Nuværende Version 0.0.9
Senest Opdateret 2016-03-25
Udgivelsesdato 2016-03-25
Bedømmelse 4.07/5 Samlet 15 Bedømmelser
Udvikler https://imjasonh.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}