JPG IMAGE TO TEXT

It is an online tool, using the OCR we make it possible to extract jpg to text.

ما هو JPG IMAGE TO TEXT؟

JPG IMAGE TO TEXT هو إضافة Chrome تم تطويرها بواسطة Techlo9 SEO، والميزة الرئيسية لها هي "It is an online tool, using the OCR we make it possible to extract jpg to text.".

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

screenshot

تحميل ملف CRX للإضافة JPG IMAGE TO TEXT

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

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

                        It is an online tool that converts jpg image text into editable text format. Developed with OCR (Optical Character Recognition), a technology that obtains information from pictures and transforms it into soft copy.

It convert active tab into a jpg and then using OCR to read all text on it.                    

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

الاسم JPG IMAGE TO TEXT JPG IMAGE TO TEXT
ID plbkipfnejekdmbblkeaphikigeemgia
عنوان URL الرسمي https://chromewebstore.google.com/detail/jpg-image-to-text/plbkipfnejekdmbblkeaphikigeemgia
الوصف It is an online tool, using the OCR we make it possible to extract jpg to text.
حجم الملف 1.41 MB
عدد التثبيتات 1,512
النسخة الحالية 0.3.2
آخر تحديث 2023-11-22
تاريخ النشر 2021-09-21
تقييم 2.33/5 مجموع تقييمات 3
المطور Techlo9 SEO
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://jpgtotext.com
عنوان صفحة المساعدة https://www.jpgtotext.com/contact
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": [],
    "background": {
        "service_worker": "worker.js"
    },
    "description": "It is an online tool, using the OCR we make it possible to extract jpg to text.",
    "homepage_url": "https:\/\/jpgtotext.com\/",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "256": "data\/icons\/256.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "512": "data\/icons\/512.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "92",
    "name": "JPG IMAGE TO TEXT",
    "permissions": [
        "storage",
        "activeTab",
        "notifications",
        "scripting"
    ],
    "version": "0.3.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "data\/ui\/index.html"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}