Serial Extention
Helps to connect to Ser
Wat is Serial Extention?
Serial Extention is een Chrome-extensie ontwikkeld door http://chromedemo.flexdna.com, en de belangrijkste functie is "Helps to connect to Ser".
Download het CRX-bestand van de extensie Serial Extention
Download Serial Extention-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This is a serial port connecting extention
Basisinformatie over de Extensie
Naam | |
ID | cpgopccaenoagkgahpnhbmdmedbbcipo |
Officiële URL | https://chrome.google.com/webstore/detail/serial-extention/cpgopccaenoagkgahpnhbmdmedbbcipo |
Beschrijving | Helps to connect to Ser |
Bestandsgrootte | 40.38 KB |
Aantal Installaties | 339 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2014-04-17 |
Publicatiedatum | 2014-04-17 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://chromedemo.flexdna.com |
Betalingswijze | free |
Ondersteunde Talen | 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", " |