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