Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 737 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 737 Bytes

Auto-Capital-letter

Firefox extension based on WebExtensions technology for automatic elevating of first sentence letter to capital

Usage

The extension will automatically raise the first letter of each sentence while you are writing. You can cancel lifting with "Backspace" button click (WARNING: Feature might not working properly with contenteditable div's)

Installation

Install from Firefox Add-ons

Or from source files(for test and development):

  1. Clone this repo
  2. Open Firefox
  3. Enter "about:debugging" in the URL bar
  4. Click "Load Temporary Add-on"
  5. Open the extension's directory and select any file inside the extension.

License

MIT