Image to Text

A powerful optical character recognition (OCR) extension to capture and convert images to text.

Image to Textとは何ですか?

Image to TextはTechlo9によって開発されたChromeの拡張機能で、その主な機能は「A powerful optical character recognition (OCR) extension to capture and convert images to text.」です。

拡張機能のスクリーンショット

screenshot

Image to Text拡張機能のCRXファイルをダウンロード

Image to Text拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Using an 'imagetotext.io' on-line device for picture to textual content conversion improves the procedure of automation. It makes our duties extra hassle-unfastened in addition to error-unfastened. The device will assist lower your efforts and boom your productiveness particularly if you have to transform bulk pics to textual content. The appropriate component about 'imagetotext' is that you could get textual content via way of means of simply shooting the display screen with a unmarried click. This picture to textual content device affords a easy interface for changing picture to textual content.                    

拡張機能の基本情報

名前 Image to Text Image to Text
ID hjcdcapbbmpakpeecoddadadekhmcklm
公式URL https://chrome.google.com/webstore/detail/image-to-text/hjcdcapbbmpakpeecoddadadekhmcklm
説明 A powerful optical character recognition (OCR) extension to capture and convert images to text.
ファイルサイズ 1.42 MB
インストール数 1,311
現在のバージョン 0.2.2
最終更新日 2021-12-16
公開日 2021-12-16
評価 1.00/5 合計 1 レビュー
開発者 Techlo9
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.imagetotext.io
ヘルプページのURL https://www.imagetotext.io/contact
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": [],
    "background": {
        "service_worker": "worker.js"
    },
    "description": "A powerful optical character recognition (OCR) extension to capture and convert images to text.",
    "homepage_url": "https:\/\/imagetotext.io\/",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "256": "data\/icons\/256.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "512": "data\/icons\/512.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "92",
    "name": "Image to Text",
    "permissions": [
        "storage",
        "activeTab",
        "notifications",
        "scripting"
    ],
    "version": "0.2.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "data\/ui\/index.html"
            ]
        }
    ]
}