Base 64 encode and decode tool

Simple base 64 encode and decode tool

什麼是Base 64 encode and decode tool?

Base 64 encode and decode tool是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Simple base 64 encode and decode tool”。

擴展截圖

screenshot
screenshot
screenshot

下載Base 64 encode and decode tool擴展crx文件

下載Base 64 encode and decode tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A basic tool to convert plaint text to base64 encoded text.                    

擴展基本資訊

名稱 Base 64 encode and decode tool Base 64 encode and decode tool
ID mlfhgcaofnakcomogbihkomendnaicjn
官方網址 https://chromewebstore.google.com/detail/base-64-encode-and-decode/mlfhgcaofnakcomogbihkomendnaicjn
簡介 Simple base 64 encode and decode tool
檔案大小 647 KB
安裝次數 72
目前版本 1.0
更新時間 2020-04-24
上架時間 2020-04-24
評分 5.00/5 共 2 次評分
開發者 Unknown
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Base 64 encode and decode tool",
    "version": "1.0",
    "description": "Simple base 64 encode and decode tool",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon128.png",
            "48": "images\/icon48.png",
            "16": "images\/icon16.png"
        }
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    }
}