Mozzarella

Home

Copy Image as DataURL

This add-on adds a right click menu to copy a image as a base64 data URL
(ref. https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs)

Usage:

  1. Visit any real website (Excluding the browser restricted sites: accounts-static.cdn.mozilla.net, accounts.firefox.com, addons.cdn.mozilla.net, addons.mozilla.org, api.accounts.firefox.com, content.cdn.mozilla.net, discovery.addons.mozilla.org, install.mozilla.org, oauth.accounts.firefox.com, profile.accounts.firefox.com, support.mozilla.org, sync.services.mozilla.com)

  2. Right click on a image
  3. Click "Copy Image as Data URL"
  4. CTRL+V to paste the dataURL
Notes:
  1. Permissions:
    1. "menus", to add the menu entry
    2. "activeTab", to access the clicked image
    3. "clipboardWrite", to save the dataURL to the clipboard
    This add-on tries to use the minimal number of required permissions to successfully fullfill its intended purpose.
    If you think this could be improved please let me know by opening an issue (see. below) and i will try to look into it.
    More Details on the individual permission can be found here: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/permissions
  2. Cost/Payment:
    This Add-on is and forever will be subscription and payment free to use for everyone however they like.
    If you are feeling generous you can send me a tip via my bitcoin address 35WK2GqZHPutywCdbHKa9BQ52GND3Pd6h4
  3. Stars/Reviews:
    If this this add-on was useful for you, please leave some stars or a review so others can find it more easily.
  4. Bugs, Suggestions and Requests:
    If you have any, please open an issue at the "Support site".

Install