Cloud Vision

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

Cloud Visionคืออะไร?

Cloud Vision เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://imjasonh.com และคุณลักษณะหลักของมันคือ "Adds a right-click menu item to images to detect text, labels and faces."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cloud Vision

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}