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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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\/*" ] } } |