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은(는) https://imagetotext.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This tool is actually text scaner that capture active tab's target area and extract text from it."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Free OCR extract text from ActiveTab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}