提供元: thedingo
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",
"description": "select some text, and base64 decode it.",
"version": "1.1resigned1",
"applications": {
"gecko": {
"strict_min_version": "48.0",
"id": "{b20e4f00-ab03-4a88-90e7-4f6b6232c5a9}"
}
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"base64coder.js"
]
}
],
"permissions": [
"activeTab",
"tabs",
"contextMenus",
"storage",
"<all_urls>"
],
"icons": {
"16": "icons/page-16.png",
"32": "icons/page-32.png",
"48": "icons/page-48.png"
}
} ベストのbase64 decoder代替案
base64 decoderに類似したFirefox add-onをいくつか紹介します:
select2decode
zbinlin
base64 to plain text
Malia
Base64 Selection Decoder
Paweł Rak
Simple Base64 Decoder
chris
Decoder
Firefox user 14696955
Base64 Decoder on Selection
createOne999
Decoder
cback
Base64ify
James McNee
Decode base64 Extension
underlines
b64
Subb
Base64 EnDeCoder
Malia