提供元: PlatinumSif
Inspect and view changes in 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",
"version": "1.7",
"description": "Highlight and decode Base64 text instantly.",
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Decode Base64"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"contextMenus",
"activeTab"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "base64-decoder-plat@myself.com",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} ベストのBase64 Decoder代替案
Base64 Decoderに類似したFirefox add-onをいくつか紹介します:
Page-Base64-Decoder
isrightkev
Base64 Pal
MRX
Simple Base64 Decoder
chris
Base64 URL Decoder
arunpdl
Decoder
Firefox user 14696955
Base64 Decoder on Selection
createOne999
Base64 Image Converter
John Vick
Decode base64 Extension
underlines
Smart Decoder
arlocolburnextensions
Base64 Encoder/Decoder
dandeto
Base64 Encoder/Decoder
drewmarsh
Base64 Encoder and Decoder
Link Webbie