JPG IMAGE TO TEXT

It is an online tool, using the OCR we make it possible to extract jpg to text.

JPG IMAGE TO TEXTとは何ですか?

JPG IMAGE TO TEXTはTechlo9 SEOによって開発されたChromeの拡張機能で、その主な機能は「It is an online tool, using the OCR we make it possible to extract jpg to text.」です。

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

screenshot

JPG IMAGE TO TEXT拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        It is an online tool that converts jpg image text into editable text format. Developed with OCR (Optical Character Recognition), a technology that obtains information from pictures and transforms it into soft copy.

It convert active tab into a jpg and then using OCR to read all text on it.                    

拡張機能の基本情報

名前 JPG IMAGE TO TEXT JPG IMAGE TO TEXT
ID plbkipfnejekdmbblkeaphikigeemgia
公式URL https://chromewebstore.google.com/detail/jpg-image-to-text/plbkipfnejekdmbblkeaphikigeemgia
説明 It is an online tool, using the OCR we make it possible to extract jpg to text.
ファイルサイズ 1.41 MB
インストール数 1,512
現在のバージョン 0.3.2
最終更新日 2023-11-22
公開日 2021-09-21
評価 2.33/5 合計 3 レビュー
開発者 Techlo9 SEO
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://jpgtotext.com
ヘルプページのURL https://www.jpgtotext.com/contact
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": [],
    "background": {
        "service_worker": "worker.js"
    },
    "description": "It is an online tool, using the OCR we make it possible to extract jpg to text.",
    "homepage_url": "https:\/\/jpgtotext.com\/",
    "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": "JPG IMAGE TO TEXT",
    "permissions": [
        "storage",
        "activeTab",
        "notifications",
        "scripting"
    ],
    "version": "0.3.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "data\/ui\/index.html"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}