Cloud Vision

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

Cloud Vision क्या है?

Cloud Vision https://imjasonh.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a right-click menu item to images to detect text, labels and faces."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cloud Vision एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}