https://github.com/peter-neumann-dev/responsive-image-linter
A Chrome extension to test your responsive images
https://github.com/peter-neumann-dev/responsive-image-linter
browser-extension chrome chrome-extension developer-tools frontend linter responsive-images tools
Last synced: 7 months ago
JSON representation
A Chrome extension to test your responsive images
- Host: GitHub
- URL: https://github.com/peter-neumann-dev/responsive-image-linter
- Owner: peter-neumann-dev
- License: mit
- Created: 2023-02-06T22:15:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T13:45:36.000Z (over 1 year ago)
- Last Synced: 2025-07-14T00:32:20.650Z (11 months ago)
- Topics: browser-extension, chrome, chrome-extension, developer-tools, frontend, linter, responsive-images, tools
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/responsive-image-linter/mnddginionlghpblkimpdalcecpnbjln
- Size: 1.01 MB
- Stars: 44
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Responsive Image Linter
**A Chrome extension to test your responsive images**
[](https://chrome.google.com/webstore/detail/responsive-image-linter/mnddginionlghpblkimpdalcecpnbjln)
[](https://github.com/peter-neumann-dev/responsive-image-linter/releases)
[](LICENSE)
[](https://github.com/peter-neumann-dev/responsive-image-linter)
[](https://github.com/peter-neumann-dev/responsive-image-linter/issues)
[](CONTRIBUTING.md)
[](CODE_OF_CONDUCT.md)
## 🚀 What it does
The extension is an alternative to the original [RespImageLint](https://github.com/ausi/respimagelint)
bookmarklet, but uses the original code from it. Due to some browsers or used
privacy settings, bookmarklets can't be used. This extension is a workaround for
this problem.
Instead of running on click on your bookmark, it will run the checks on click of
the extension icon and execute the same checks as the bookmarklet.
## 🔥 Installation
### Chrome Web Store
[](https://chrome.google.com/webstore/detail/responsive-image-linter/mnddginionlghpblkimpdalcecpnbjln)
### Manual
1. Download the latest [release](https://github.com/peter-neumann-dev/responsive-image-linter/releases) from the assets
2. Unzip the downloaded archive to a folder
3. Open the Extension Management page by navigating to `chrome://extensions`.
4. Enable Developer Mode by clicking the toggle switch next to `Developer mode`.
5. Click the `Load unpacked` button and select the unzipped folder to install it.
6. Done! ✅
## 👥 Contributing
Contributions, issues and feature requests are welcome! Check out the [contributing guidelines](CONTRIBUTING.md) for more details.
You have ideas for a new ✨ feature? Feel free to open a new [discussion on GitHub](https://github.com/peter-neumann-dev/responsive-image-linter/discussions)!
## 💎 Credits
The extension is based on the [RespImageLint](https://github.com/ausi/respimagelint)
bookmarklet by [ausi](https://github.com/ausi)
Current used version:
[c471309](https://github.com/ausi/respimagelint/tree/c471309612ce71496ab017f0c03eda7f1c953c56)
## ⭐ License
This project is licensed under the terms of the [MIT license](LICENSE)