base64 decoder
Easily en- and decode any text to/from base64 right in your browser!
什麼是base64 decoder?
base64 decoder是由WeeklyMeat開發的Chrome擴展程式,該擴展的主要功能是“Easily en- and decode any text to/from base64 right in your browser!”。
擴展截圖
下載base64 decoder擴展crx文件
下載base64 decoder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extenstion helps people quickly en- and decode text right within their browser.
It offers a live preview and a button to copy it.
It was a small side project of me to understand chrome extensions.
The focus lied on good usability and design.
I hope this extension can help anyone in anyway. 擴展基本資訊
| 名稱 | |
| ID | dddmeikdhjlegajibedepmbjmiigmiec |
| 官方網址 | https://chromewebstore.google.com/detail/base64-decoder/dddmeikdhjlegajibedepmbjmiigmiec |
| 簡介 | Easily en- and decode any text to/from base64 right in your browser! |
| 檔案大小 | 59.94 KB |
| 安裝次數 | 396 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2020-10-26 |
| 上架時間 | 2020-10-25 |
| 評分 | 5.00/5 共 7 次評分 |
| 開發者 | WeeklyMeat |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/WeeklyMeat/chrome_base64_en-decoder |
| 說明頁面URL | https://www.paypal.com/paypalme/weeklymeat |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "base64 decoder",
"description": "Easily en- and decode any text to\/from base64 right in your browser!",
"version": "1.0.0",
"icons": {
"256": "icon_256.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |