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
公式URL 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
Eメール [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
    }
}