Image to Text
A powerful optical character recognition (OCR) extension to capture and convert images to text.
Image to Text란 무엇입니까?
Image to Text은(는) Techlo9에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A powerful optical character recognition (OCR) extension to capture and convert images to text."입니다.
확장 프로그램 스크린샷
Image to Text 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Using an 'imagetotext.io' on-line device for picture to textual content conversion improves the procedure of automation. It makes our duties extra hassle-unfastened in addition to error-unfastened. The device will assist lower your efforts and boom your productiveness particularly if you have to transform bulk pics to textual content. The appropriate component about 'imagetotext' is that you could get textual content via way of means of simply shooting the display screen with a unmarried click. This picture to textual content device affords a easy interface for changing picture to textual content.
확장 프로그램 기본 정보
이름 | |
ID | hjcdcapbbmpakpeecoddadadekhmcklm |
공식 URL | https://chrome.google.com/webstore/detail/image-to-text/hjcdcapbbmpakpeecoddadadekhmcklm |
설명 | A powerful optical character recognition (OCR) extension to capture and convert images to text. |
파일 크기 | 1.42 MB |
설치 횟수 | 1,311 |
현재 버전 | 0.2.2 |
최근 업데이트 | 2021-12-16 |
출시 날짜 | 2021-12-16 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | Techlo9 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.imagetotext.io |
도움말 페이지 URL | https://www.imagetotext.io/contact |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": [], "background": { "service_worker": "worker.js" }, "description": "A powerful optical character recognition (OCR) extension to capture and convert images to text.", "homepage_url": "https:\/\/imagetotext.io\/", "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": "Image to Text", "permissions": [ "storage", "activeTab", "notifications", "scripting" ], "version": "0.2.2", "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "data\/ui\/index.html" ] } ] } |