Cloud Vision

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

什么是Cloud Vision?

Cloud Vision是由https://imjasonh.com开发的Chrome扩展程序,该扩展的主要功能是“Adds a right-click menu item to images to detect text, labels and faces.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Cloud Vision扩展crx文件

下载Cloud Vision扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Cloud Vision Cloud Vision
ID nblmokgbialjjgfhfofbgfcghhbkejac
官方URL https://chromewebstore.google.com/detail/cloud-vision/nblmokgbialjjgfhfofbgfcghhbkejac
简介 Adds a right-click menu item to images to detect text, labels and faces.
文件大小 7.68 KB
安装次数 901
当前版本 0.0.9
更新时间 2016-03-25
上架时间 2016-03-25
评分 4.07/5 共15次评分
开发者 https://imjasonh.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}