Decode64
A chrome extension to encode and decode base64 strings
什麼是Decode64?
Decode64是由Baris開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension to encode and decode base64 strings”。
擴展截圖
下載Decode64擴展crx文件
下載Decode64擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to encode and decide any given string from and to base64.
Features:
- Encode String
- Decode Base64 String
- Ability to encode a string twice
- Ability to decode a string that's been encoded twice
- Darkmode 擴展基本資訊
| 名稱 | |
| ID | negeochodnalfpdkinmdlpcchefbjoif |
| 官方網址 | https://chromewebstore.google.com/detail/decode64/negeochodnalfpdkinmdlpcchefbjoif |
| 簡介 | A chrome extension to encode and decode base64 strings |
| 檔案大小 | 109 KB |
| 安裝次數 | 37 |
| 目前版本 | 2.0.0 |
| 更新時間 | 2023-02-01 |
| 上架時間 | 2021-04-21 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | Baris |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "A chrome extension to encode and decode base64 strings",
"version": "2.0.0",
"manifest_version": 3,
"name": "Decode64",
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png"
],
"matches": []
}
]
} | |