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"
    }
}