True OCR

Recognize the text in the image automatically in the browser and let's you paste it

True OCRคืออะไร?

True OCR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย prudhvirajs และคุณลักษณะหลักของมันคือ "Recognize the text in the image automatically in the browser and let's you paste it"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย True OCR

ดาวน์โหลดไฟล์ส่วนขยาย True OCR ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ~~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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ True OCR True OCR
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\/*",
                ""
            ],
            "js": [
                "content.js",
                "jquery-3.6.0.min.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "data\/hosts.json",
        "popup.css"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/TrueCaptchaLogo16.png",
            "32": "\/images\/TrueCaptchaLogo32.png",
            "48": "\/images\/TrueCaptchaLogo48.png",
            "128": "\/images\/TrueCaptchaLogo128.png"
        }
    },
    "icons": {
        "16": "\/images\/TrueCaptchaLogo16.png",
        "32": "\/images\/TrueCaptchaLogo32.png",
        "48": "\/images\/TrueCaptchaLogo48.png",
        "128": "\/images\/TrueCaptchaLogo128.png"
    },
    "manifest_version": 2
}