DomFlags.com — View in the Chrome store
A chrome extension to create keyboard shortcuts to DOM elements.
DomFlags is now open source. Cheers! @_LaPier
The coffeescript files are the development versions. The *.js files are created with coffeebar, which you can install with:
$ npm install -g coffeebarWith coffeebar installed, you can use the following to have coffeebar watch, compile, and minify the coffeescript files:
$ coffeebar -w -m srcCompile sass for the Inject CSS
$ sass --watch --style compressed src/inject/sass/:src/injectCompile sass for the Options CSS
$ sass --watch --style compressed src/options/sass/:src/options