Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 703 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 703 Bytes

Factual Chrome extension

Releases

For the latest packaged version check the releases page. Drop the crx file in the Chrome extensions page (chrome://extensions/).

Installation

Running

  • gulp
  • In the Chrome extensions page, Load unpacked extension... and select the build directory.

The extension will automatically reload on code changes.

Updating code

  • git pull origin branch_name
  • npm install

Creating a build

  • gulp build will generate a build in ./dist.