One-click reading image (OCR)

OCR text recognition, picture text recognition, web screenshot text recognition. Copy and paste text from any image, video or PDF.

One-click reading image (OCR)คืออะไร?

One-click reading image (OCR) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย oren.chan และคุณลักษณะหลักของมันคือ "OCR text recognition, picture text recognition, web screenshot text recognition. Copy and paste text from any image, video or PDF."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One-click reading image (OCR)

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

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

                        Do you need to extract text from images, videos or PDF? If yes, then this app is for you. this app turns text within any image captured from your screen into an editable format without retyping – making it easy to reuse in digital documents, emails or reports.                    

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

ชื่อ One-click reading image (OCR) One-click reading image (OCR)
ID agepkkdokhlaoiaenedmjbfnblfdiboc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/one-click-reading-image-o/agepkkdokhlaoiaenedmjbfnblfdiboc
คำอธิบาย OCR text recognition, picture text recognition, web screenshot text recognition. Copy and paste text from any image, video or PDF.
ขนาดไฟล์ 307 KB
จำนวนการติดตั้ง 55,340
เวอร์ชันปัจจุบัน 8.0.1
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2020-05-17
คะแนน 4.56/5 รวมทั้งหมด 77 คะแนน
ผู้พัฒนา oren.chan
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.oren.net.cn/post/extension-ocr-privacy.html
ภาษาที่รองรับ de,en,fr,es,it,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "107",
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_name__",
    "author": "Oren",
    "description": "__MSG_app_description__",
    "version": "8.0.1",
    "default_locale": "zh_CN",
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "commands": {
        "capture": {
            "suggested_key": {
                "default": "Alt+X"
            },
            "description": "__MSG_capture_shortcuts__",
            "global": true
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "css": [],
            "js": [
                "assets\/js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "assets\/js\/service_worker.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icons\/16.png",
            "19": "assets\/icons\/19.png",
            "32": "assets\/icons\/32.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_app_name__"
    },
    "options_ui": {
        "page": "ocr.html#\/setting"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite",
        "tabs",
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}