Serial Extention
Helps to connect to Ser
什么是Serial Extention?
Serial Extention是由http://chromedemo.flexdna.com开发的Chrome扩展程序,该扩展的主要功能是“Helps to connect to Ser”。
下载Serial Extention扩展crx文件
下载Serial Extention扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a serial port connecting extention
扩展基本信息
名称 | |
ID | cpgopccaenoagkgahpnhbmdmedbbcipo |
官方URL | https://chrome.google.com/webstore/detail/serial-extention/cpgopccaenoagkgahpnhbmdmedbbcipo |
简介 | Helps to connect to Ser |
文件大小 | 40.38 KB |
安装次数 | 339 |
当前版本 | 1.2 |
更新时间 | 2014-04-17 |
上架时间 | 2014-04-17 |
评分 | 3.00/5 共2次评分 |
开发者 | http://chromedemo.flexdna.com |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Serial Extention", "description": "Helps to connect to Ser", "version": "1.2", "content_scripts": [ { "matches": [ "http:\/\/localhost:52950\/*", "http:\/\/chromedemo.flexdna.com\/*", "http:\/\/new.virtuox.net\/*" ], "js": [ "contentscript.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", " |