sandro-k / MQTTLensChromeApp

MQTTLens Chrome App, a MQTT utility build on Web Components and Packaged for the Chrome Platform

Home Page:https://chrome.google.com/webstore/detail/mqttlens/hemojaaeigabkbcookmlgmdigohjobjm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MQTTLens Chrome App

Get started and loading the Dev version of MQTTLens

git clone https://github.com/sandro-k/MQTTLensChromeApp.git

cd MQTTLensChromeApp

git submodule init

git submodule update

npm install

bower install

grunt

This will build MQTTlens in to the build directory. Navigate to chrome://extensions/ in Chrome and load the build folder as a Chrome App.

To debug MQTTlens installed from the Chrome App Store brows to chrome://inspect/#apps

Other installations needed

You will also need a few other tools installed to properly complete the build:

Live reload

grunt watch

Changelog

0.0.13

  • using in mqtt-message-detail-ui.html

0.0.12

  • replacing × with x in mqtt-message-detail-ui.html

0.0.11

  • adding the ability to connect/disconnect on demand

0.0.10

  • making JSON paylod copyable

0.0.9

0.0.2

  • Updated to Polymer 0.5.5 and webcomponents.js

0.0.1 Initial release

About

MQTTLens Chrome App, a MQTT utility build on Web Components and Packaged for the Chrome Platform

https://chrome.google.com/webstore/detail/mqttlens/hemojaaeigabkbcookmlgmdigohjobjm

License:MIT License


Languages

Language:CSS 70.2%Language:JavaScript 27.5%Language:HTML 2.3%