Image Reader
Recognize texts from images
ما هو Image Reader؟
Image Reader هو إضافة Chrome تم تطويرها بواسطة https://germanov.dev، والميزة الرئيسية لها هي "Recognize texts from images".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Image Reader
قم بتنزيل ملفات الامتداد Image Reader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Using this tool you can extract and recognize text from images using Image Reader online text recognition service by a single right mouse click. معلومات أساسية عن التمديد
| الاسم | |
| ID | acaljenpmopdeajikpkgbilhbkddjglh |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/image-reader/acaljenpmopdeajikpkgbilhbkddjglh |
| الوصف | Recognize texts from images |
| حجم الملف | 26.88 KB |
| عدد التثبيتات | 894 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2022-02-17 |
| تاريخ النشر | 2022-02-11 |
| تقييم | 3.67/5 مجموع تقييمات 3 |
| المطور | https://germanov.dev |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://ir.germanov.dev |
| عنوان صفحة المساعدة | https://germanov.dev/contacts |
| عنوان صفحة سياسة الخصوصية | https://germanov.dev/privacy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Image Reader",
"description": "Recognize texts from images",
"version": "1.0",
"manifest_version": 3,
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"action": {
"default_popup": "popup.html"
},
"permissions": [
"contextMenus",
"tabs",
"scripting"
],
"host_permissions": [
"http:\/\/*\/",
"https:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
}
} | |