Twian Scanner

Twain Scanner. Extension for scan paper documents from scanner device and send base64 on page web application. 1) Install…

What is Twian Scanner?

Twian Scanner is a Chrome extension developed by cherokeesoft, and its main feature is "Twain Scanner. Extension for scan paper documents from scanner device and send base64 on page web application. 1) Install…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Twian Scanner Extension CRX File

Download Twian Scanner 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

                        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 see  
where base64 will be inserted and comment how declare listener. Details see "How To".

Extension Basic Information

Name Twian Scanner Twian Scanner
ID pnamophecpodffkldpbpjiknnealolcm
Official URL https://chrome.google.com/webstore/detail/twian-scanner/pnamophecpodffkldpbpjiknnealolcm
Description Twain Scanner. Extension for scan paper documents from scanner device and send base64 on page web application. 1) Install…
File Size 32.55 MB
Installation Count 1,000
Current Version 1.0.10
Last Updated 2018-03-24
Publish Date 2018-03-24
Rating 3.44/5 Total 9 Ratings
Developer cherokeesoft
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}