包详细信息

crx-livereload

iamogbz107GPL-3.00.2.1

Chrome Extension Live Reloader

chrome, extension, plugin, chrome extension

自述文件

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.

更新日志

0.2.1 (2019-07-04)

Bug Fixes

  • stringify objects to be printed out (c5c161a)