Dzb Usb Device

this is a usb translate device, it can write on paper.

What is Dzb Usb Device?

Dzb Usb Device is a Chrome extension developed by qian1hai2zhen3, and its main feature is "this is a usb translate device, it can write on paper.".

Extension Screenshots

screenshot

Download Dzb Usb Device Extension CRX File

Download Dzb Usb Device extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        this is a usb translate device, it can write on paper.                    

Extension Basic Information

Name Dzb Usb Device Dzb Usb Device
ID pdbnohhphgegpgoaojdgjkhmchdackdm
Official URL https://chrome.google.com/webstore/detail/dzb-usb-device/pdbnohhphgegpgoaojdgjkhmchdackdm
Description this is a usb translate device, it can write on paper.
File Size 4.21 KB
Installation Count 36
Current Version 4.3
Last Updated 2019-07-03
Publish Date 2019-07-03
Developer qian1hai2zhen3
Email [email protected]
Payment Type free
Supported Languages 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\/*"
        ]
    }
}