Clip64 Base64 Decoder

Decode Base64 to the clipboard.

Cos'è Clip64 Base64 Decoder?

Clip64 Base64 Decoder è un'estensione di Chrome sviluppata da jacksteamdev, e la sua funzione principale è "Decode Base64 to the clipboard.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Clip64 Base64 Decoder

Scarica i file di estensione Clip64 Base64 Decoder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Clip64 Base64 Decoder Clip64 Base64 Decoder
ID hdneaoibdfdmifgfjjlkbkceanhjmgch
URL Ufficiale https://chromewebstore.google.com/detail/clip64-base64-decoder/hdneaoibdfdmifgfjjlkbkceanhjmgch
Descrizione Decode Base64 to the clipboard.
Dimensione del File 632 KB
Conteggio Installazioni 768
Versione Corrente 0.5.1
Ultimo Aggiornamento 2019-03-06
Data di Pubblicazione 2019-03-05
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore jacksteamdev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}