A Chrome extension for custom keyboard shortcuts.
Download it from the Chrome Webstore.
Don't be scared! Setup only takes 2 minutes.
Step 1: Download and install dependencies
- Fork this repo and clone your fork locally.
- Open up the root directory in a terminal
- Run
npm install
to install the node dependencies, such as grunt and bower - Run
bower install
to install the bower components
Step 2: Enable the extension
- Disable the Webstore version of the extension if you have it enabled.
- Open up chrome://extensions and check "Developer mode".
- Click "Load unpacked extension" and browse to the
app/
directory to install it. - Open up the "Options" page to configure some shortcuts.
Step 3: Start developing
- Run
grunt debug
and confirm that you see something like this. - Edit some code. The extension itself should reload automatically (thanks Yeoman!).
- When you're done with your changes, push them to your fork and create a pull request for them.
- You can also run
grunt build
at any time to bump the manifest version and generate a Webstore compatible zip file for upload.