Clip64 Base64 Decoder

Decode Base64 to the clipboard.

Clip64 Base64 Decoderとは何ですか?

Clip64 Base64 Decoderはjacksteamdevによって開発されたChromeの拡張機能で、その主な機能は「Decode Base64 to the clipboard.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Clip64 Base64 Decoder拡張機能のCRXファイルをダウンロード

Clip64 Base64 Decoder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Clip64 decodes Base64 straight to your clipboard! Desktop notification included.

Need to decode Base64 in your browser?

Tired of going to Base64 decoder websites?

This is a Chrome Extension that does one thing. It adds an option to decode Base64 when you right-click some selected text.

Try it, you'll like it.                    

拡張機能の基本情報

名前 Clip64 Base64 Decoder Clip64 Base64 Decoder
ID hdneaoibdfdmifgfjjlkbkceanhjmgch
公式URL https://chromewebstore.google.com/detail/clip64-base64-decoder/hdneaoibdfdmifgfjjlkbkceanhjmgch
説明 Decode Base64 to the clipboard.
ファイルサイズ 632 KB
インストール数 768
現在のバージョン 0.5.1
最終更新日 2019-03-06
公開日 2019-03-05
評価 5.00/5 合計 5 レビュー
開発者 jacksteamdev
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clip64 Base64 Decoder",
    "version": "0.5.1",
    "description": "Decode Base64 to the clipboard.",
    "author": "Jack and Amy Steam ",
    "short_name": "Clip64",
    "browser_action": {
        "default_icon": {
            "16": "images\/clip64-icon-16.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/clip64-icon-16.png",
        "48": "images\/clip64-icon-48.png",
        "128": "images\/clip64-icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "notifications"
    ]
}