The Case it Chrome Extension provides a convenient way to modify the case of selected text within the browser. This extension adds a contextual menu option, allowing users to quickly change the case of a sentence, word, or paragraph with a simple selection and a click.
- Easy Case Modification: Change text case effortlessly using the context menu.
- Multiple Case Options: Options include Sentence Case, Camel Case, Capitalize, Lowercase, and Uppercase.
- Clipboard Integration: Updated text is automatically copied to the system's clipboard for easy pasting.
To install the Case it Chrome Extension:
- Clone or download this repository or download the release.
- Open Chrome and go to
chrome://extensions/
. - Enable Developer Mode.
- Click on "Load unpacked" and select the folder where the extension files are located.
- Restart the browser to make use of the extension.
- Select the text you want to modify.
- Right-click to open the context menu.
- Choose the desired case modification option from the "Case Changer" menu.
- The updated text will be modified in the position.
- The updated text will also be copied to your clipboard automatically.
- Paste the modified text wherever needed.
- Sentence Case: Converts the text to sentence case.
- Camel Case: Changes the text to camel case.
- Capitalize: Capitalizes the first letter of each word.
- Lowercase: Converts the text to lowercase.
- Uppercase: Converts the text to uppercase.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/improvement
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/improvement
). - Create a pull request.
This project is licensed under the MIT License.
If you have any questions or suggestions, feel free to reach out at doublea.py@gmail.com.