Title-Case Chrome Extension Turn browser text into perfectly formatted Title Case with a single click!
🚀 Features Title Case Converter Seamlessly convert selected text in text fields or content-editable elements into proper English title case—each principal word capitalized, small words lowercased.
Multiple Case Styles Choose from classic capitalization options such as:
UPPERCASE
lowercase
Title Case
Sentence case
Keyboard & Context Menu Support Use custom shortcuts or right-click on your selection to instantly apply your chosen case.
On-Device Only All transformations happen locally in your browser—no data is sent to external servers.
Built for Developers Ideal for quickly formatting headings in web forms, Git messages, documentation, commit logs, and more.
🛠️ Installation Clone this repo:
bash Copy Edit git clone https://github.com/sumitKumar-webdev/Title-Case-Chrome-Extension.git In Chrome/Edge/Brave:
Go to chrome://extensions/
Enable Developer mode
Click Load unpacked and select this repo’s folder
Highlight any text, right-click or use the shortcut, and select “Convert to Title Case.”
✅ Why It’s Useful Saves time manually capitalizing words
Keeps your work consistent and polished
Lightweight—no bloated UI or excessive permissions
Privacy-first: everything runs entirely in-browser
🧩 How It Works The extension injects a content script that:
Captures the selected text from input fields or editable areas
Applies a formatting algorithm to convert text into title case
Replaces the original selection in-place
No backend, no tracking—just clean, on-device text conversion.
📬 Feedback & Contributions Let me know how it works for you! Suggestions, bug reports, or pull requests are more than welcome.