A Firefox extension that adds download icons to images on web pages. The icons appear when you hover over images and allow you to download them with a single click.
- Open Firefox and navigate to
about:debugging - Click "This Firefox" in the sidebar
- Click "Load Temporary Add-on..."
- Select the
manifest.jsonfile from this directory
If downloads aren't working:
- Open the browser console (F12) to see debug messages
- Check the extension's background script console:
- Go to
about:debugging - Find your extension and click "Inspect"
- Look for any error messages
- Go to
- Test with the provided
test.htmlfile - Make sure the extension has the
downloadspermission