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
官方URL 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"
    }
}