OCR Text Recognition

OCR text recognition tool to identify the text inside the picture

ما هو OCR Text Recognition؟

OCR Text Recognition هو إضافة Chrome تم تطويرها بواسطة tomxuxu، والميزة الرئيسية لها هي "OCR text recognition tool to identify the text inside the picture".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة OCR Text Recognition

قم بتنزيل ملفات الامتداد OCR Text Recognition بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Support images, custom screenshots to recognize text.
Right-click on the image and select Recognize image text to identify the text in the image.
Right-click elsewhere on the web page and select Screenshot Recognition Text to identify the text in the screenshot.                    

معلومات أساسية عن التمديد

الاسم OCR Text Recognition OCR Text Recognition
ID oldinjmajkejmhnnllhcaopbbfdlepgd
عنوان URL الرسمي https://chromewebstore.google.com/detail/ocr-text-recognition/oldinjmajkejmhnnllhcaopbbfdlepgd
الوصف OCR text recognition tool to identify the text inside the picture
حجم الملف 464 KB
عدد التثبيتات 8,000
النسخة الحالية 2.1.3
آخر تحديث 2024-03-03
تاريخ النشر 2021-07-28
تقييم 3.09/5 مجموع تقييمات 11
المطور tomxuxu
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://pictureknow.com/protocol
اللغات المدعومة en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "2.1.3",
    "description": "__MSG_desc__",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/background_image_content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/item.taobao.com\/*"
            ],
            "js": [
                "js\/coupon_content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/detail.tmall.com\/*"
            ],
            "js": [
                "js\/coupon_content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/item.jd.com\/*"
            ],
            "js": [
                "js\/jd_coupon_content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "alarms",
        "proxy",
        "management",
        "scripting",
        "tabs",
        "unlimitedStorage",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "homepage_url": "https:\/\/www.pictureknow.com\/",
    "default_locale": "en"
}