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