Image Reader
Recognize texts from images
Image Readerとは何ですか?
Image Readerはhttps://germanov.devによって開発されたChromeの拡張機能で、その主な機能は「Recognize texts from images」です。
拡張機能のスクリーンショット
Image Reader拡張機能のCRXファイルをダウンロード
Image Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Using this tool you can extract and recognize text from images using Image Reader online text recognition service by a single right mouse click.                     拡張機能の基本情報
| 名前 |  | 
| ID | acaljenpmopdeajikpkgbilhbkddjglh | 
| 公式URL | https://chromewebstore.google.com/detail/image-reader/acaljenpmopdeajikpkgbilhbkddjglh | 
| 説明 | Recognize texts from images | 
| ファイルサイズ | 26.88 KB | 
| インストール数 | 894 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2022-02-17 | 
| 公開日 | 2022-02-11 | 
| 評価 | 3.67/5 合計 3 レビュー | 
| 開発者 | https://germanov.dev | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://ir.germanov.dev | 
| ヘルプページのURL | https://germanov.dev/contacts | 
| プライバシーポリシーページのURL | https://germanov.dev/privacy | 
| 対応言語 | 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"
    }
} | |