https://github.com/markalexi/css-insight-firefox
Firefox web-extension for analysing the CSS.
https://github.com/markalexi/css-insight-firefox
addon analyzer css firefox firefox-addon firefox-extension web-extension
Last synced: 27 days ago
JSON representation
Firefox web-extension for analysing the CSS.
- Host: GitHub
- URL: https://github.com/markalexi/css-insight-firefox
- Owner: MarkAlexI
- License: mit
- Created: 2024-12-28T07:51:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-07T05:37:54.000Z (about 1 year ago)
- Last Synced: 2025-06-07T06:25:27.299Z (about 1 year ago)
- Topics: addon, analyzer, css, firefox, firefox-addon, firefox-extension, web-extension
- Language: JavaScript
- Homepage: https://addons.mozilla.org/firefox/addon/css-insight
- Size: 606 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSS Insight for Firefox





[](https://addons.mozilla.org/firefox/addon/css-insight)

CSS Insight is a powerful browser extension designed to simplify and enhance your CSS workflow. With this tool, you can instantly access and edit styles directly on any webpage, making it a must-have for web developers.
## Features
- **View Declared Styles**: Quickly access all CSS rules applied to any element on the page.
- **Edit Styles**: Modify styles in real time with an intuitive interface.
- **Media Rules and Keyframes**: Explore advanced CSS features like media queries and animations.
- **One-Click Copy**: Copy CSS rules to your clipboard for fast implementation.
- **Style Analysis**: Dive deep into how styles are structured and applied to elements.
## Installation
### Google Chrome
1. Visit the [Chrome Web Store](https://chromewebstore.google.com/detail/keejoflofbcbepjbbhnmiomgmjjihmnb).
2. Click **Add to Chrome**.
3. Confirm the installation.
### Mozilla Firefox
1. Visit the [Firefox Add-ons Store](https://addons.mozilla.org/firefox/addon/css-insight).
2. Click **Add to Firefox**.
3. Confirm the installation.
## How to Use
1. Install the extension in your browser.
2. Click on the CSS Insight icon in your toolbar.
3. Hover over any element on the page to view its styles.
4. Use the interface to edit or copy styles as needed.
## Screenshots

## Contribution
We welcome contributions from the community! If you have ideas for new features or find a bug, feel free to open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).
## Third-Party Libraries and Licenses
This project makes use of the following third-party library:
- **highlight.js**
Website: [https://highlightjs.org/](https://highlightjs.org/)
License: [BSD 3-Clause License](https://github.com/highlightjs/highlight.js/blob/main/LICENSE)
*highlight.js* is a syntax highlighting library used for displaying code with automatic language detection and formatting.
It is included in this project under the terms of the BSD 3-Clause License.
Note: The project uses the "atom-one-dark" theme included with highlight.js.
---