Inkerz USB Pen

Connect your USB Ink Pen to Inkerz WebApp with this chrome extension

什麼是Inkerz USB Pen?

Inkerz USB Pen是由https://inkerz.com開發的Chrome擴展程式,該擴展的主要功能是“Connect your USB Ink Pen to Inkerz WebApp with this chrome extension”。

擴展截圖

screenshot

下載Inkerz USB Pen擴展crx文件

下載Inkerz USB Pen擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Inkerz USB Pen                    

擴展基本資訊

名稱 Inkerz USB Pen Inkerz USB Pen
ID ielfmehnodobjhndcmfimpfphinmppii
官方網址 https://chromewebstore.google.com/detail/inkerz-usb-pen/ielfmehnodobjhndcmfimpfphinmppii
簡介 Connect your USB Ink Pen to Inkerz WebApp with this chrome extension
檔案大小 33.16 KB
安裝次數 145
目前版本 1.0.7
更新時間 2018-09-24
上架時間 2018-09-23
評分 4.00/5 共 1 次評分
開發者 https://inkerz.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://inkerz.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inkerz USB Pen",
    "version": "1.0.7",
    "short_name": "InkPen USB",
    "description": "Connect your USB Ink Pen to Inkerz WebApp with this chrome extension",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "author": "Inkerz",
    "page_action": {
        "default_icon": {
            "16": "images\/cross\/icon16.png",
            "24": "images\/cross\/icon24.png",
            "32": "images\/cross\/icon32.png"
        },
        "default_title": "InkPen USB",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "nativeMessaging"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/collect-pen-cam-data.appspot.com\/*",
            "http:\/\/localhost\/*",
            "https:\/\/*.inkerz.com\/*",
            "https:\/\/*.googleusercontent.com\/*",
            "https:\/\/storage.googleapis.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}