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!”。

扩展截图

screenshot
screenshot

下载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.                    

扩展基本信息

名称 base64 decoder base64 decoder
ID dddmeikdhjlegajibedepmbjmiigmiec
官方URL 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"
    }
}