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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cherokeesoft และคุณลักษณะหลักของมันคือ "Twain Scanner. Extension for scan paper documents from scanner device and send base64 on page web application. 1) Install…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twian Scanner

ดาวน์โหลดไฟล์ส่วนขยาย Twian Scanner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twian Scanner 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"
    ]
}