Enhance <textarea>
elements with a status bar that displays current line, current column (position in the current line) and total character count. Add monospaced font toggle for anything editable (Gmail compose windows, Github issues/comments, etc.).
Inspired by Linus Torvald's Github rant.
- Clone the repo:
$ git clone git://github.com/ellotheth/chromext-monobar.git
- Visit the extension management page in Chrome: Menu --> Tools --> Extensions
- Turn on Developer Mode
- Click Load unpacked extension... and browse to the repo clone.
- Download the latest version.
- Visit the extension management page in Chrome: Menu --> Tools --> Extensions
- Drag-and-drop the file onto the Extensions page. (No, seriously, that's how it works.)
- Add a context menu toggle for monospaced fonts in text boxes. From any editable area, right-click and select Toggle monospace font.
- Make bar design prettier. A little.
- Fix the bar positioning on pages with > 1 boxen.
- Initial release
- Special-snowflake text boxes (e.g. Google, Facebook, Ideone) don't work.