Briteinno Images Format Save as is a Firefox extension that lets users right-click on images to select "Format Image" and download them in formats like JPG, PNG, WEBP, SVG, ICO, and GIF, simplifying the process of image format conversion and saving.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Briteinno Images Format Save as",
"version": "1.0",
"description": "Save images in multiple formats directly from the context menu.",
"permissions": [
"contextMenus",
"downloads",
"activeTab",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{bbc580b3-60b2-46e7-a548-b23f06efc5ae}"
}
}
}