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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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