Cloud Vision

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

Cloud Vision là gì?

Cloud Vision là một tiện ích mở rộng Chrome được phát triển bởi https://imjasonh.com, và tính năng chính của nó là "Adds a right-click menu item to images to detect text, labels and faces.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cloud Vision

Tải xuống các tệp mở rộng Cloud Vision dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cloud Vision Cloud Vision
ID nblmokgbialjjgfhfofbgfcghhbkejac
URL Chính Thức https://chromewebstore.google.com/detail/cloud-vision/nblmokgbialjjgfhfofbgfcghhbkejac
Mô tả Adds a right-click menu item to images to detect text, labels and faces.
Kích Thước Tệp 7.68 KB
Số Lần Cài Đặt 901
Phiên Bản Hiện Tại 0.0.9
Cập Nhật Lần Cuối 2016-03-25
Ngày Phát Hành 2016-03-25
Đánh Giá 4.07/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://imjasonh.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}