Click any element. Edit its styles. No DevTools needed.
ClickStyle is a lightweight Chrome extension that lets you visually edit CSS styles on any webpage — faster than opening DevTools. Double-click, select text, or right-click any element to start editing instantly.
Opening DevTools to make a quick style change is slow. You have to inspect the element, find the right node in the DOM tree, scroll through computed styles, and make your edit. ClickStyle skips all of that.
Built for developers, designers, and anyone who tweaks the web.
Multiple ways to activate
DevTools-style property editor
CSS autocomplete
Validation
Other goodies
git clone https://github.com/kartikjain26/clickstyle.git
chrome://extensions in Chromeclickstyle folderDouble-click / Select text / Right-click
↓
{ } icon appears near the element
↓
Click { } to open style editor
↓
Edit values, toggle properties, add new ones
↓
Changes apply live on the page
clickstyle/
├── manifest.json # Extension config (Manifest V3)
├── background.js # Registers right-click context menu
├── content.js # All the magic — UI, editor, autocomplete, validation
└── icon128.png # Extension icon
ClickStyle requests minimal permissions:
| Permission | Why |
|---|---|
activeTab |
Access the current tab to inject the editor |
scripting |
Inject content script into pages |
contextMenus |
Add “Edit Styles” to the right-click menu |
No data is collected. No analytics. No network requests. Everything runs locally in your browser.
| Feature | DevTools | Stylebot | Visual CSS Editor | ClickStyle |
|---|---|---|---|---|
| Edit CSS values | ✅ | ✅ | ✅ | ✅ |
| Toggle properties on/off | ✅ | ❌ | ❌ | ✅ |
| CSS autocomplete | ✅ | ❌ | ❌ | ✅ |
| Invalid value warnings | ✅ | ❌ | ❌ | ✅ |
| Edit inline text | ❌ | ❌ | ❌ | ✅ |
| Click to activate | ❌ | ✅ | ✅ | ✅ |
| Double-click to activate | ❌ | ❌ | ❌ | ✅ |
| Copy as CSS rule | ❌ | ❌ | ✅ | ✅ |
| No panel/sidebar clutter | ❌ | ❌ | ❌ | ✅ |
| Free & open source | ✅ | ✅ | ❌ | ✅ |
Contributions are welcome! Feel free to open an issue or submit a PR.
git checkout -b feature/cool-thing)git commit -m 'Add cool thing')git push origin feature/cool-thing)ClickStyle does not collect, store, or transmit any user data. All edits happen locally in your browser and are never sent to any server. No analytics, no tracking, no cookies.
MIT © Kartik Jain
If ClickStyle saves you time, give it a ⭐ on GitHub and a review on the Chrome Web Store!