Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerboa88/tally-extension
A Chrome extension to easily count the number of words, characters, and paragraphs on any site
https://github.com/jerboa88/tally-extension
addon browser-extension character-counter chrome chrome-extension css dark-theme extension html javascript js webextension word-counter
Last synced: 2 days ago
JSON representation
A Chrome extension to easily count the number of words, characters, and paragraphs on any site
- Host: GitHub
- URL: https://github.com/jerboa88/tally-extension
- Owner: jerboa88
- License: mpl-2.0
- Created: 2019-05-29T22:46:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T03:58:52.000Z (5 months ago)
- Last Synced: 2024-12-17T06:36:33.650Z (6 days ago)
- Topics: addon, browser-extension, character-counter, chrome, chrome-extension, css, dark-theme, extension, html, javascript, js, webextension, word-counter
- Language: JavaScript
- Homepage: https://johng.io/p/tally-extension
- Size: 3.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tally
A Chrome extension to easily count the number of words, characters, and paragraphs on any site
## Installation
The extension can be installed from the Chrome Web Store [here][1].If you wish to build yourself, `build.sh` is used to copy all files to the `build/` directory, compile css, and zip the extension. You can do this any other way you wish. [SASS](https://sass-lang.com/) is used for CSS compilation. After running `build.sh`, the build directory can be loaded into Chrome.
## Usage
Select a block of text on any site, right click, and choose `Tally Word Counter: Count` in the context menu. The number of characters, words, sentences, paragraphs, spaces, letters, digits, and special characters will be shown.## Screenshots
Desktop site |
:-:|:-:
![Screenshot 1](screenshots/ss0.png) | ![Screenshot 2](screenshots/ss1.png)
![Screenshot 3](screenshots/ss2.png) | ![Screenshot 4](screenshots/ss3.png)## Contributing
Contributions, issues, and forks are welcome but this is a hobby project so don't expect too much from it. [SemVer](http://semver.org/) is used for versioning.## License
This project is licensed under the MPL 2.0 License. See [LICENSE][2] for details.[1]: https://chrome.google.com/webstore/detail/tally-word-counter/eggkmbghbmjmbdjloifaklghfiecjbnk
[2]: LICENSE