Extension for interacting with Platypush instances from a browser
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Fabio Manganiello a6e60fd0f3
Removed clipboardRead permission from Chrome manifest
3 years ago
examples Added clipboard methods to the script API 3 years ago
scripts First commit 3 years ago
src Removed clipboardRead permission from Chrome manifest 3 years ago
.babelrc First commit 3 years ago
.eslintrc.js First commit 3 years ago
.gitignore Removed LINT warnings 3 years ago
.gitmodules Added example Gist 3 years ago
.prettierrc First commit 3 years ago
LICENSE Initial commit 3 years ago
README.md Updated README 3 years ago
package-lock.json Bumped version 0.1.8 -> 0.1.9 3 years ago
package.json Bumped version 0.1.8 -> 0.1.9 3 years ago
webpack.config.js Major refactor and implemented communication with active tab through content script 3 years ago

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