By: isrightkev
Inspect and view changes in Page-Base64-Decoder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Base64 Decoder",
"description": "This extension decodes Base64-encoded strings on right-click.",
"version": "1.2",
"permissions": [
"activeTab",
"contextMenus",
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"browser_action": {
"default_icon": {
"16": "images/icon16.png",
"32": "images/icon32.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
}
},
"icons": {
"16": "images/icon16.png",
"32": "images/icon32.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{e43d5142-8487-417c-8c6e-15387835cf7e}"
}
}
} Best Page-Base64-Decoder Alternatives
Here are some Firefox add-ons that are similar to Page-Base64-Decoder:
Base64 Decoder
PlatinumSif
Simple Base64 Decoder
chris
Base64 Decoder on Selection
createOne999
Decoder
Firefox user 14696955
Base64 Pal
MRX
Decode base64 Extension
underlines
Base64Extension
ztoben
Base64 Encoder/Decoder
drewmarsh
Base64 URL Decoder
arunpdl
Smart Decoder
arlocolburnextensions
Decoder
cback