제작자: MRX
Inspect and view changes in Base64 Pal source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Base64 Pal",
"version": "2.0",
"description": "Decode Base64 text inline on web pages — right-click to decode selected text, decode all on page, or undo.",
"permissions": [
"contextMenus",
"activeTab"
],
"browser_specific_settings": {
"gecko": {
"id": "base64-pal.mrx@gmail.com",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"background": {
"service_worker": "background.js",
"scripts": [
"background.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"commands": {
"decode-selection": {
"suggested_key": {
"default": "Alt+Shift+D",
"mac": "Alt+Shift+D"
},
"description": "Decode selected Base64 text"
}
},
"icons": {
"16": "icons/icon16.png",
"24": "icons/icon24.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"64": "icons/icon64.png",
"128": "icons/icon128.png"
}
} 최고의 Base64 Pal 대안
다음은 Base64 Pal과(와) 유사한 Firefox add-on입니다:
Base64 Decoder
PlatinumSif
Page-Base64-Decoder
isrightkev
Simple Base64 Decoder
chris
Decoder
Firefox user 14696955
Base64 Tool
Sarashie
Base64 Decoder on Selection
createOne999
Decode base64 Extension
underlines
Base64 URL Decoder
arunpdl
Smart Decoder
arlocolburnextensions
Base64 Encoder/Decoder
drewmarsh
Decoder
cback
Base64 Encoder and Decoder
Link Webbie