Gato Base 64 Encoder / Decoder

Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.

什么是Gato Base 64 Encoder / Decoder?

Gato Base 64 Encoder / Decoder是由gatoapps开发的Chrome扩展程序,该扩展的主要功能是“Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.”。

扩展截图

screenshot

下载Gato Base 64 Encoder / Decoder扩展crx文件

下载Gato Base 64 Encoder / Decoder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Gato Base 64 Encoder / Decoder is a simple tool that allows you to encode to and decode from Base 64 format.                    

扩展基本信息

名称 Gato Base 64 Encoder / Decoder Gato Base 64 Encoder / Decoder
ID hbjipahjdnkchnhlmhlbakoooiilhkhh
官方URL https://chromewebstore.google.com/detail/gato-base-64-encoder-deco/hbjipahjdnkchnhlmhlbakoooiilhkhh
简介 Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.
文件大小 14.55 KB
安装次数 2,268
当前版本 1.0.0
更新时间 2013-11-03
上架时间 2013-11-03
评分 5.00/5 共1次评分
开发者 gatoapps
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gato Base 64 Encoder \/ Decoder",
    "manifest_version": 2,
    "version": "1.0.0",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ],
    "description": "Gato Base 64 Encoder \/ Decoder encodes to and decodes from Base 64 format.",
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_popup": "popup.html"
    }
}