Twian Scanner

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

O que é Twian Scanner?

Twian Scanner é uma extensão do Chrome desenvolvida por cherokeesoft, e sua principal característica é "Twain Scanner. Extension for scan paper documents from scanner device and send base64 on page web application. 1) Install…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Twian Scanner

Baixe arquivos de extensão Twian Scanner no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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".

Informações Básicas da Extensão

Nome Twian Scanner Twian Scanner
ID pnamophecpodffkldpbpjiknnealolcm
URL Oficial https://chrome.google.com/webstore/detail/twian-scanner/pnamophecpodffkldpbpjiknnealolcm
Descrição Twain Scanner. Extension for scan paper documents from scanner device and send base64 on page web application. 1) Install…
Tamanho do Arquivo 32.55 MB
Contagem de Instalações 1,000
Versão Atual 1.0.10
Última Atualização 2018-03-24
Data de Publicação 2018-03-24
Classificação 3.44/5 Total de 9 Avaliações
Desenvolvedor cherokeesoft
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}