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은(는) Techlo9 SEO에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It is an online tool, using the OCR we make it possible to extract jpg to text."입니다.
확장 프로그램 스크린샷
JPG IMAGE TO TEXT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 |
도움말 페이지 URL | 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';" } } |