Free OCR extract text from ActiveTab
This tool is actually text scaner that capture active tab's target area and extract text from it.
Free OCR extract text from ActiveTabคืออะไร?
Free OCR extract text from ActiveTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://imagetotext.io และคุณลักษณะหลักของมันคือ "This tool is actually text scaner that capture active tab's target area and extract text from it."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Free OCR extract text from ActiveTab
ดาวน์โหลดไฟล์ส่วนขยาย Free OCR extract text from ActiveTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is actually text scanner that capture active tab's target area and extract text from it. This text scanner can extract several languages, Text can be in any language after capturing text you can copy to clipboard on single click
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Free OCR extract text from ActiveTab |
ID | bomlpocneecngaomhddeggcinnaoohgo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/free-ocr-extract-text-fro/bomlpocneecngaomhddeggcinnaoohgo |
คำอธิบาย | This tool is actually text scaner that capture active tab's target area and extract text from it. |
ขนาดไฟล์ | 1.21 MB |
จำนวนการติดตั้ง | 6,724 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2021-06-19 |
วันที่เผยแพร่ | 2021-03-26 |
คะแนน | 3.31/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | https://imagetotext.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://imagetotext.io/ |
URL หน้าช่วยเหลือ | https://imagetotext.io/about |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": [], "description": "This tool is actually text scaner that capture active tab's target area and extract text from it.", "homepage_url": "https:\/\/imagetotext.io\/", "icons": { "128": "data\/icons\/128.png", "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "256": "data\/icons\/256.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "512": "data\/icons\/512.png", "64": "data\/icons\/64.png" }, "manifest_version": 2, "name": "Free OCR extract text from ActiveTab", "permissions": [ "storage", "activeTab", "notifications" ], "version": "0.1.2", "web_accessible_resources": [ "data\/ui\/index.html" ] } |