Serial Extention
Helps to connect to Ser
What is Serial Extention?
Serial Extention is a Chrome extension developed by http://chromedemo.flexdna.com, and its main feature is "Helps to connect to Ser".
Download Serial Extention Extension CRX File
Download Serial Extention extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a serial port connecting extention
Extension Basic Information
Name | |
ID | cpgopccaenoagkgahpnhbmdmedbbcipo |
Official URL | https://chrome.google.com/webstore/detail/serial-extention/cpgopccaenoagkgahpnhbmdmedbbcipo |
Description | Helps to connect to Ser |
File Size | 40.38 KB |
Installation Count | 339 |
Current Version | 1.2 |
Last Updated | 2014-04-17 |
Publish Date | 2014-04-17 |
Rating | 3.00/5 Total 2 Ratings |
Developer | http://chromedemo.flexdna.com |
Payment Type | free |
Supported Languages | 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", " |