Cloud Vision

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

Co to jest Cloud Vision?

Cloud Vision to rozszerzenie Chrome opracowane przez https://imjasonh.com, a jego główną funkcją jest „Adds a right-click menu item to images to detect text, labels and faces.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Cloud Vision

Pobierz pliki rozszerzeń Cloud Vision w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Cloud Vision Cloud Vision
ID nblmokgbialjjgfhfofbgfcghhbkejac
Oficjalny URL https://chromewebstore.google.com/detail/cloud-vision/nblmokgbialjjgfhfofbgfcghhbkejac
Opis Adds a right-click menu item to images to detect text, labels and faces.
Rozmiar pliku 7.68 KB
Liczba instalacji 901
Aktualna Wersja 0.0.9
Ostatnia Aktualizacja 2016-03-25
Data Publikacji 2016-03-25
Ocena 4.07/5 Łącznie 15 Oceny
Deweloper https://imjasonh.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}