Cloud Vision

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

What is Cloud Vision?

Cloud Vision is a Chrome extension developed by https://imjasonh.com, and its main feature is "Adds a right-click menu item to images to detect text, labels and faces.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Cloud Vision Extension CRX File

Download Cloud Vision extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Cloud Vision Cloud Vision
ID nblmokgbialjjgfhfofbgfcghhbkejac
Official URL https://chromewebstore.google.com/detail/cloud-vision/nblmokgbialjjgfhfofbgfcghhbkejac
Description Adds a right-click menu item to images to detect text, labels and faces.
File Size 7.68 KB
Installation Count 901
Current Version 0.0.9
Last Updated 2016-03-25
Publish Date 2016-03-25
Rating 4.07/5 Total 15 Ratings
Developer https://imjasonh.com
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}