Image Reader

Recognize texts from images

What is Image Reader?

Image Reader is a Chrome extension developed by https://germanov.dev, and its main feature is "Recognize texts from images".

Extension Screenshots

screenshot
screenshot
screenshot

Download Image Reader Extension CRX File

Download Image Reader 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

                        Using this tool you can extract and recognize text from images using Image Reader online text recognition service by a single right mouse click.                    

Extension Basic Information

Name Image Reader Image Reader
ID acaljenpmopdeajikpkgbilhbkddjglh
Official URL https://chromewebstore.google.com/detail/image-reader/acaljenpmopdeajikpkgbilhbkddjglh
Description Recognize texts from images
File Size 26.88 KB
Installation Count 894
Current Version 1.0
Last Updated 2022-02-17
Publish Date 2022-02-11
Rating 3.67/5 Total 3 Ratings
Developer https://germanov.dev
Email [email protected]
Payment Type free
Extension Website https://ir.germanov.dev
Help Page URL https://germanov.dev/contacts
Privacy Policy Page URL https://germanov.dev/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Reader",
    "description": "Recognize texts from images",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}