Azentio Twain Control

Sends native messages to Azentio Twain Control for Chrome.

Azentio Twain Controlとは何ですか?

Azentio Twain ControlはAzentioによって開発されたChromeの拡張機能で、その主な機能は「Sends native messages to Azentio Twain Control for Chrome.」です。

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

screenshot

Azentio Twain Control拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Aquire TWAIN images from TWAIN/WIA devices into iMAL.                    

拡張機能の基本情報

名前 Azentio Twain Control Azentio Twain Control
ID cdoegefmglgdphppcmllaiffhkfbolje
公式URL https://chromewebstore.google.com/detail/azentio-twain-control/cdoegefmglgdphppcmllaiffhkfbolje
説明 Sends native messages to Azentio Twain Control for Chrome.
ファイルサイズ 14.66 KB
インストール数 1,501
現在のバージョン 1.0.8
最終更新日 2022-06-14
公開日 2018-12-05
評価 5.00/5 合計 1 レビュー
開発者 Azentio
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.azentio.com/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Azentio Twain Control",
    "permissions": [
        "nativeMessaging"
    ],
    "version": "1.0.8",
    "manifest_version": 2,
    "description": "Sends native messages to Azentio Twain Control for Chrome.",
    "background": {
        "page": "window.html"
    },
    "icons": {
        "32": "azentio_small.ico",
        "128": "azentio_large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}