Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 911 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 911 Bytes

To install the extension

The extension is available in the Chrome Web Store here.

Most users and organizations should be able to use the version in the Chrome Web Store without needing to compile it themselves. Google for Work enterprises can configure settings using managed storage as described in the deployment guide.

To build the extension

./do.sh install_deps
./do.sh build_extension

You'll only need to install_deps the first time you build the extension. To see other options, run do.sh with no arguments.

Calculating a hash in JavaScript on every keystroke sounds expensive, but it's actually fast enough to not have a noticable impact.