By: John Vick
Inspect and view changes in Base64 Image Converter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Base64 Image Converter",
"version": "1.2.0",
"description": "Convert images to Base64 strings and Base64 to images with a professional interface.",
"permissions": [
"tabs",
"clipboardWrite"
],
"permissions_description": {
"tabs": "Required to open the extension interface in a new tab for a better user experience.",
"clipboardWrite": "Required to copy Base64 strings to the clipboard for user convenience."
},
"action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"web_accessible_resources": [
{
"resources": [
"popup.html",
"popup.js"
],
"matches": [
"<all_urls>"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "base64imageconverter@myextension.com"
}
}
} Best Base64 Image Converter Alternatives
Here are some Firefox add-ons that are similar to Base64 Image Converter:
Base64 Decoder
PlatinumSif
Base64 Encoder/Decoder
dandeto
Image Resizer & Converter
Jhosep
Base64 URL Decoder
arunpdl
Base64 Encoder/Decoder
drewmarsh
Online Image Resizer
Yasir Qureshi
Copy Image as Base64 Data URL
igorlogius
Copy Image as DataURL
igorlogius
Copy Image as DataURL
igorlogius
Simple Image Editor
SimpleTools.nl
Base64 Encoder and Decoder
Link Webbie
Browser Extension Icon Generator By Coditude
Hrishikesh Kale