REPOSITORY OVERVIEWLive repository statistics
★ 5Stars
⑂ 0Forks
◯ 0Open issues
◉ 5Watchers
74/100
OPENREPOHUB HEALTH SIGNALHealthy signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
90 Community adoption25% weight
10 Maintenance state20% weight
100 License clarity10% weight
100 Project information10% weight
100 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Oxyplug - Image Audit
This extension is used for SEO purposes. (Only images for now)
Features
The extension will display the issues the images might have:
- Image load fails (404 or any other http status code other than 200)
- Image tag doesn't have src attribute
- Image tag doesn't have alt attribute
- Image tag's alt attribute length is more than X characters (X can be set in settings)
- Image tag doesn't have width/height attribute
- The rendered size of the image is different from the original size of the image
- The rendered aspect-ratio of the image is different from the original aspect-ratio of the image
- The image filesize is bigger than X (X can be set in settings)
- No 2x, 3x, ... set for the image
- The next-gen (WebP, AVIF) is not provided for the image
- The image doesn't have lazy="loading"
- Display which image is the LCP image
- The LCP image doesn't have lazy="eager"
- The LCP image is not preloaded
- The LCP image doesn't have decoding="sync"
A Glance

Installation
-
- Download the extension form here Image Audit
-
- Open your Chrome browser.
-
- Go to extensions page or enter
chrome://extensions in your address bar and hit enter.
-
- Drag and drop the downloaded extension to the extension page.
-
- Hit the Extensions icon on top right corner of the browser and hit pin.
-
- Navigate to the page you are going to audit.
-
- Open the extension by hitting the extension icon (blue magnifier).
-
- Hit Start to start auditing the page for the possible issues.
Contributing
Contributions are always welcome!