- Bug Fix: Show wordcount label on init, even if no previous text.
- Bug Fix: Move cursor to end when loading previously remembered text.
Category: WordCounter
(Deprecated) Chrome app notepad with markdown support that counts words and characters
WordCounter version 0.0.0.8
<!–
- Update: Add description in CWS
- Update: Add analytics
- Update: Add install/update analytics
WordCounter version 0.0.0.7
- Bug Fix: Switch from localStorage to chrome.storage.local.get/set
- New Feature: Save last used text in localStorage (text behind option: ‘remember text’)
WordCounter version 0.0.0.6
- Update: Add bottom bar with links and status space.
- Update: Added placeholder text to textarea.
- New Feature: Save options state in localStorage
WordCounter version 0.0.0.5
- Update: Improve design
- Bug Fix: backspace with limits
- Update: Update app name, short name and description in messages.json
- Update: Textarea fills vertical space
WordCounter version 0.0.0.4
Limits working
- New Feature: Apply word/charachter limits
- New Feature: Option to have warning versus limit. Warning shows a text colour red. Limit stops input.
WordCounter version 0.0.0.3
Basic counting functionality working
- Update: Create basic html page with forms
- Update: Option to count words or chars. Default words.
- Update: Option to count, or not count, leading and trailing whitespaces. Default No.
- Update: Count words/chars when text is typed in textarea
WordCounter version 0.0.0.1
- Init
WordCounter version 0.0.0.2
- Rename app and description in messages