Twian Scanner
Twain Scanner. Extension for scan paper documents from scanner device and send base64 on page web application. 1) Install…
Wat is Twian Scanner?
Twian Scanner is een Chrome-extensie ontwikkeld door cherokeesoft, en de belangrijkste functie is "Twain Scanner. Extension for scan paper documents from scanner device and send base64 on page web application. 1) Install…".
Extensie Screenshots
Download het CRX-bestand van de extensie Twian Scanner
Download Twian Scanner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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".Basisinformatie over de Extensie
Naam Twian Scanner
ID pnamophecpodffkldpbpjiknnealolcm Officiële URL https://chrome.google.com/webstore/detail/twian-scanner/pnamophecpodffkldpbpjiknnealolcm Beschrijving Twain Scanner. Extension for scan paper documents from scanner device and send base64 on page web application. 1) Install… Bestandsgrootte 32.55 MB Aantal Installaties 1,000 Huidige Versie 1.0.10 Laatst Bijgewerkt 2018-03-24 Publicatiedatum 2018-03-24 Beoordeling 3.44/5 Totaal 9 Beoordelingen Ontwikkelaar cherokeesoft [email protected] Betalingswijze free Ondersteunde Talen 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" ] } Gerelateerde Extensies