True OCR
Recognize the text in the image automatically in the browser and let's you paste it
True OCR란 무엇입니까?
True OCR은(는) prudhvirajs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Recognize the text in the image automatically in the browser and let's you paste it"입니다.
확장 프로그램 스크린샷
True OCR 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
~~An extension to recognize the text in the image and copy it to paste anywhere~~ ❗️❗️❗️Extension is free, you Don't to purchase an API KEY❗️❗️❗️ In order to obtain API KEY you have to create an account on https://apitruecaptcha.org/ and use the 100 images free per day. 🐣SETUP INSTRUCTIONS 🐣 After adding the chrome extension, Click on the extension icon. Click on big blue button to register/login. After register-ing/login your User name , API Key with your balance will be linked to your extension.After register-ing/login ,Copy paste your User name , API Key into the plugin from https://apitruecaptcha.org/user. This is bring your balance info to the extension. 🐣USGAE INSTRUCTIONS 🐣 Right click on the image you want to recognize the text from and select "Solve captcha" Right click on the text box you want to paste the obtained text and select " Paste Captcha" Automatic recognization will be enabled on the next visit to webpage/Reload. If any website is not supported, reach out to support team to add a URL to our supported URL list. Kindly recharge if you want to use more than 100 images per day << Disclaimer: we are working hard on enhancing the service to solve all images types in most common usage websites. Please note that success rate depends on the text type in the image. For any specific use case, please reach out to out fantastic customer support team >> Copyright © All rights reserved TrueOCR 🦾by APITrueCaptcha
확장 프로그램 기본 정보
이름 | |
ID | ccfagjfijdfhhidodchpfbnncmboidbh |
공식 URL | https://chrome.google.com/webstore/detail/true-ocr/ccfagjfijdfhhidodchpfbnncmboidbh |
설명 | Recognize the text in the image automatically in the browser and let's you paste it |
파일 크기 | 234 KB |
설치 횟수 | 148 |
현재 버전 | 0.1 |
최근 업데이트 | 2021-06-15 |
출시 날짜 | 2021-06-15 |
평점 | 3.33/5 총 3 개의 평점 |
개발자 | prudhvirajs |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "True OCR", "description": "Recognize the text in the image automatically in the browser and let's you paste it", "version": "0.1", "permissions": [ "tabs", "storage", "contextMenus", "https:\/\/api.apitruecaptcha.org\/*", "identity", "identity.email", "declarativeContent", "activeTab" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/apitruecaptcha.org\/*", "https:\/\/signin.aws.amazon.com\/*", " |