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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Using this tool you can extract and recognize text from images using Image Reader online text recognition service by a single right mouse click.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Image Reader |
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 |
URL หน้าช่วยเหลือ | https://germanov.dev/contacts |
URL หน้านโยบายความเป็นส่วนตัว | 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" } } |