제작자: zbinlin
Inspect and view changes in select2decode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "select2decode",
"description": "select base64 text to decode",
"icons": {
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"author": "zbinlin",
"homepage_url": "https://github.com/zbinlin",
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"css": [
"stylesheets/content.css"
],
"js": [
"javascripts/content.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"background": {
"persistent": false,
"scripts": [
"javascripts/background.js"
]
},
"permissions": [
"contextMenus"
],
"version": "1.0.4resigned1",
"applications": {
"gecko": {
"id": "{d4d3b34f-0f12-4a00-8663-e8efb691f13a}"
}
}
} 최고의 select2decode 대안
다음은 select2decode과(와) 유사한 Firefox add-on입니다:
base64 decoder
thedingo
Base64 Selection Decoder
Paweł Rak
Decoder
Firefox user 14696955
base64 to plain text
Malia
Simple Base64 Decoder
chris
Decode base64 Extension
underlines
Base64 Decoder on Selection
createOne999
based64
Victor
Decrypt Selection
safyd
Decoder
cback
Base64ify
James McNee