Twian Scanner
Twain Scanner. Extension for scan paper documents from scanner device and send base64 on page web application. 1) Install…
Twian Scanner란 무엇입니까?
Twian Scanner은(는) cherokeesoft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Twain Scanner. Extension for scan paper documents from scanner device and send base64 on page web application. 1) Install…"입니다.
확장 프로그램 스크린샷
Twian Scanner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Twain Scanner. Extension for scan paper documents from scanner device and send base64 on page web application. 1) Install extension, tap "Install" and complete all steps. 2) Restart browser 3) In the drop-down menu you will see list scanners, if not, sure that you installed device or you can set "Show Twain" as virtual scanner for test. 4) Inside on your web page you will seewhere base64 will be inserted and comment how declare listener. Details see "How To".확장 프로그램 기본 정보
이름 Twian Scanner
ID pnamophecpodffkldpbpjiknnealolcm 공식 URL https://chrome.google.com/webstore/detail/twian-scanner/pnamophecpodffkldpbpjiknnealolcm 설명 Twain Scanner. Extension for scan paper documents from scanner device and send base64 on page web application. 1) Install… 파일 크기 32.55 MB 설치 횟수 1,000 현재 버전 1.0.10 최근 업데이트 2018-03-24 출시 날짜 2018-03-24 평점 3.44/5 총 9 개의 평점 개발자 cherokeesoft 이메일 [email protected] 결제 유형 free 지원되는 언어 en manifest.json { "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twian Scanner", "version": "1.0.10", "offline_enabled": true, "icons": { "128": "\/img\/icon128.png" }, "browser_action": { "default_icon": "\/img\/icon128.png", "default_popup": "index.html", "default_title": "Scan now" }, "background": { "scripts": [ "\/js\/background\/messageCollector.js", "\/js\/background\/previewControllerPopup.js", "\/js\/background\/dataController.js", "\/js\/background\/portController.js", "\/js\/background\/backgroundCore.js" ] }, "permissions": [ "background", "nativeMessaging", "unlimitedStorage", "downloads", "activeTab", "webNavigation", "tabs", "storage" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "" ], "css": [ "\/content\/css\/popup.css" ], "js": [ "\/content\/js\/jquery-3.2.1.min.js", "\/content\/js\/content.js" ] } ], "web_accessible_resources": [ "preview.html", "popup_container.html", "popup_frame.html", "\/content\/css\/bootstrap.min.css", "\/content\/js\/jquery-3.2.1.min.js", "\/content\/js\/bootstrap.min.js" ] } 관련 확장 프로그램