Skip to content

Chrome DevTools extension of a live timeline of Postal.js publications

Notifications You must be signed in to change notification settings

EyalAr/postal.js-devtools

Repository files navigation

Postal.js Devtools Chrome Extension

screenshot 1 screenshot 2

Usage

Connect your app:

  1. Install the connector:
  • npm install postal-devtools --save-dev
  • bower install postal-devtools --save-dev
  • or just clone this repo
  1. Load it in your app:
  • CJS: require("postal-devtools")
  • ES2015: import "postal-devtools"
  • AMD: require(["postal-devtools/connector"], function () { ... })
  • 1990's: <script src="postal-devtools/connector.js"></script>

Install the Chrome extension:

  1. Download the latest release
  2. Unpack the zip file
  3. Load it as an unpacked extension in Chrome

Or clone this repo and run npm run build to build the extension yourself. Output in /build.

About

Chrome DevTools extension of a live timeline of Postal.js publications

Resources

Stars

Watchers

Forks

Packages

No packages published