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
Eメール [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"
    }
}