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
Eメール [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"
    }
}