Chrome extension that monitors img tags on the page and replaces their images with ones that show the dimensions of the originals.
- replaces all images from img tags even dynamically added
- renders the replacement image locally
- works per tab
- replaces images when they are loaded, so if the server returns 404, the image won't be replaced and you could see the problem
To run the automated tests, execute:
npm testTo build the extension for distribution (creates extension.zip), execute:
npm run build