Base64 Encoder and Decoder
Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.
什麼是Base64 Encoder and Decoder?
Base64 Encoder and Decoder是由https://www.linkwebbie.com開發的Chrome擴展程式,該擴展的主要功能是“Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.”。
擴展截圖
下載Base64 Encoder and Decoder擴展crx文件
下載Base64 Encoder and Decoder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easily encode and decode strings in base64 with Link Webbie new chrome extension, which gives the simplicity in encoding and decoding text or strings in base64. This extension can be used while you look at different websites on the web even encode there content in base64.
擴展基本資訊
名稱 | Base64 Encoder and Decoder |
ID | hmndaanmnneonjcekcbeeedioimiffpj |
官方網址 | https://chromewebstore.google.com/detail/base64-encoder-and-decode/hmndaanmnneonjcekcbeeedioimiffpj |
簡介 | Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also. |
檔案大小 | 64 KB |
安裝次數 | 3,928 |
目前版本 | 1.5.2 |
更新時間 | 2022-10-18 |
上架時間 | 2018-08-01 |
評分 | 4.67/5 共 3 次評分 |
開發者 | https://www.linkwebbie.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.linkwebbie.com |
隱私政策頁面URL | https://www.linkwebbie.com/legal/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base64 Encoder and Decoder", "version": "1.5.2", "offline_enabled": true, "description": "Encode plain text to Base64, Decode Base64 text to plain text \u2013 All functionality available offline also. ", "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "action": { "default_title": "Base 64 Encoder and Decoder", "default_popup": "popup.html", "default_icon": "images\/icon.png" }, "manifest_version": 3 } |