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”。
扩展截图
下载Inkerz USB Pen扩展crx文件
下载Inkerz USB Pen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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 | 
| 电子邮箱 | [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
    }
}  |  |