crx-livereload

0.2.1 • Public • Published

Chrome Extension Live Reload

Build Status Coverage Status NPM Package Dependencies Greenkeeper badge

No more manual reloading of unpacked chrome extensions when developing!

Shamelessly ripped from xpl/crx-hotreload

Usage

In your manifest.json:

"permissions"["management", "activeTab"]
  • management allows for reloading the chrome extension (required)
  • activeTab allows for logging status to the current tab (optional)

In your background script:

import "crx-livereload";

Build, watch and see the automagic happen.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.1
    34
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.1
    34
  • 0.2.0
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i crx-livereload

Weekly Downloads

32

Version

0.2.1

License

GPL-3.0

Unpacked Size

72.9 kB

Total Files

37

Last publish

Collaborators

  • iamogbz