Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrai/auto-capitalise-sentence
Firefox/Google Chrome/Microsoft Edge (chromium) add-on to automatically capitalise the first letter of a sentence while typing.
https://github.com/hrai/auto-capitalise-sentence
add-on browser-extension case-converter chrome-extension chromium chromium-extension firefox firefox-addon firefox-extension google-chrome-extension javascript microsoft-edge microsoft-edge-extension mozilla-firefox mozilla-firefox-addon
Last synced: about 2 months ago
JSON representation
Firefox/Google Chrome/Microsoft Edge (chromium) add-on to automatically capitalise the first letter of a sentence while typing.
- Host: GitHub
- URL: https://github.com/hrai/auto-capitalise-sentence
- Owner: hrai
- License: apache-2.0
- Created: 2019-06-28T23:35:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T05:32:02.000Z (2 months ago)
- Last Synced: 2024-10-24T21:56:02.098Z (about 2 months ago)
- Topics: add-on, browser-extension, case-converter, chrome-extension, chromium, chromium-extension, firefox, firefox-addon, firefox-extension, google-chrome-extension, javascript, microsoft-edge, microsoft-edge-extension, mozilla-firefox, mozilla-firefox-addon
- Language: JavaScript
- Homepage:
- Size: 9.17 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# What is this extension?
Firefox/Microsoft Edge Chromium add-on to automatically capitalise words while typing.
## Features
- Capitalise the first letter of a sentence.
- Capitalise the word `I`.
- Capitalise common [names](src/name-constants.js#L1)
- Capitalise common [locations/places](src/location-constants.js#L1)
- Capitalise common [abbreviations/acronyms](src/acronym-constants.js#L1)
- Capitalise constants such as [days](src/constants.js#L6), [months](src/constants.js#L16)
- Add apostrophe to common [English words](src/constants.js#L27)
- Capitalise custom words## Configuration/Settings
There are 4 sections to configure the extension.
- Excluded websites: If you don't want the words to be auto-capitalised, you can add the website's name in the textarea and save it.
![excluded-websites](imgs/excluded-websites.png)
- Included words: If you want to capitalise some custom words, you can add them here.
![included-words](imgs/included-words.png)
- Excluded words: If you want to exclude words from being auto-capitalised, you can add the words in the textarea and save it.
![excluded-words](imgs/excluded-words.png)
- Enable/disable features: If you don't want any of the features provided by this extension, you can disable it here.
![features](imgs/features.png)
## Add-on download links
- [Chrome](https://chrome.google.com/webstore/detail/auto-capitalise-sentence/ibihgblnfolhldgjbikghldfhkgknlpa?hl=en-GB)
- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/auto-capitalise-sentence/)
- [Microsoft Edge](https://microsoftedge.microsoft.com/addons/detail/auto-capitalise-sentence/ifebcbphlfoifeajpbecncpgjflpbann)## How to contribute?
### Sponsor
- [Donate/Sponsor](https://github.com/sponsors/hrai) the project
### Raise issues
- Please feel free to raise issues [here](https://github.com/hrai/auto-capitalise-extension/issues)
- PRs are welcome! :)