Screenshot OCR

Screenshot and OCR for chrome plugin

What is Screenshot OCR?

Screenshot OCR is a Chrome extension developed by chen.zou1128, and its main feature is "Screenshot and OCR for chrome plugin".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Screenshot OCR Extension CRX File

Download Screenshot OCR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Custom intercept the area you want for OCR content extraction                    

Extension Basic Information

Name Screenshot OCR Screenshot OCR
ID dplahamlefobblocfhnigfnfkalamnce
Official URL https://chromewebstore.google.com/detail/screenshot-ocr/dplahamlefobblocfhnigfnfkalamnce
Description Screenshot and OCR for chrome plugin
File Size 385 KB
Installation Count 215
Current Version 1.1
Last Updated 2023-03-20
Publish Date 2023-03-14
Rating 5.00/5 Total 1 Ratings
Developer chen.zou1128
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screenshot OCR",
    "description": "Screenshot and OCR for chrome plugin",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/inject.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "windows",
        "contextMenus"
    ]
}