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
官方網址 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"
    }
}