Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siddheshrm/chrome-extension-character-counter
A simple Chrome extension to count the number of characters entered in the given text area and minify CSS and JavaScript.
https://github.com/siddheshrm/chrome-extension-character-counter
character-count character-counter chrome-extension chrome-extensions chrome-tool minify minify-css minify-javascript
Last synced: about 1 month ago
JSON representation
A simple Chrome extension to count the number of characters entered in the given text area and minify CSS and JavaScript.
- Host: GitHub
- URL: https://github.com/siddheshrm/chrome-extension-character-counter
- Owner: siddheshrm
- Created: 2024-07-25T12:26:19.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T18:47:33.000Z (5 months ago)
- Last Synced: 2024-10-24T21:24:34.525Z (3 months ago)
- Topics: character-count, character-counter, chrome-extension, chrome-extensions, chrome-tool, minify, minify-css, minify-javascript
- Language: HTML
- Homepage: https://siddheshrm.github.io/chrome-extension-character-counter/
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Character Count Chrome Extension
A simple Chrome extension to count the number of
characters entered in the given text area and minify
CSS and JavaScript.### Installation
1. Clone this repository to your local machine: `https://github.com/siddheshrm/chrome-extension-character-counter`
2. Open Chrome and navigate to `chrome://extensions/`.
3. Enable "Developer mode" (toggle switch in the top right).
4. Click "Load unpacked" and select the directory where you cloned the repository.
5. The extension should now appear in your Chrome extensions list.### Screenshot
![Chrome Extension](media/chrome-extension.png)
### About Me
You can learn more about me and explore my other projects on my [personal portfolio website](https://siddheshmestri.online).