Extension for interacting with Platypush instances from a browser
Go to file
dependabot[bot] 866feb2b52
Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-12 22:36:45 +00:00
examples Added clipboard methods to the script API 2020-07-15 00:00:39 +02:00
scripts First commit 2020-06-22 01:37:28 +02:00
src Removed clipboardRead permission from Chrome manifest 2020-08-20 16:07:31 +02:00
.babelrc First commit 2020-06-22 01:37:28 +02:00
.eslintrc.js First commit 2020-06-22 01:37:28 +02:00
.gitignore Removed LINT warnings 2020-07-01 17:41:00 +02:00
.gitmodules Added example Gist 2020-07-05 01:24:29 +02:00
.prettierrc First commit 2020-06-22 01:37:28 +02:00
LICENSE Initial commit 2020-06-22 01:36:03 +02:00
README.md Updated README 2020-07-07 22:22:57 +02:00
package-lock.json Bump ini from 1.3.5 to 1.3.8 2020-12-12 22:36:45 +00:00
package.json Bumped version 0.1.8 -> 0.1.9 2020-08-11 19:47:35 +02:00
webpack.config.js Major refactor and implemented communication with active tab through content script 2020-06-24 01:17:58 +02:00

README.md

Platypush browser extension

This extension allows you to run Platypush commands on remote hosts as well as custom scripts, build custom actions as scripts that can access both the browser API and Platypush API, and attach hooks to events generated by remote Platypush systems.

Article on the motivations behind this extensions and some examples to get started: https://medium.com/@automationguru/one-browser-extension-to-rule-them-all-3118dc7f9c9b

Installation

Install the dependencies:

npm install

Dev installation (requires npm+Vue cli tools):

npm run build:dev

Production installation (requires npm):

npm run build

Generate the extension .zip file:

npm run build-zip