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