Dzb Usb Device
this is a usb translate device, it can write on paper.
Dzb Usb Deviceとは何ですか?
Dzb Usb Deviceはqian1hai2zhen3によって開発されたChromeの拡張機能で、その主な機能は「this is a usb translate device, it can write on paper.」です。
拡張機能のスクリーンショット
Dzb Usb Device拡張機能のCRXファイルをダウンロード
Dzb Usb Device拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
this is a usb translate device, it can write on paper.
拡張機能の基本情報
名前 | ![]() |
ID | pdbnohhphgegpgoaojdgjkhmchdackdm |
公式URL | https://chrome.google.com/webstore/detail/dzb-usb-device/pdbnohhphgegpgoaojdgjkhmchdackdm |
説明 | this is a usb translate device, it can write on paper. |
ファイルサイズ | 4.21 KB |
インストール数 | 36 |
現在のバージョン | 4.3 |
最終更新日 | 2019-07-03 |
公開日 | 2019-07-03 |
開発者 | qian1hai2zhen3 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dzb Usb Device", "version": "4.3", "manifest_version": 2, "minimum_chrome_version": "23", "background": { "scripts": [ "background.js" ] }, "permissions": [ "hid", { "usbDevices": [ { "vendorId": 3616, "productId": 257 } ] } ], "optional_permissions": [ { "usbDevices": [ { "vendorId": 3616, "productId": 257 } ] } ], "externally_connectable": { "matches": [ "*:\/\/*.dz101.com\/*" ] } } |