Clip64 Base64 Decoder

Decode Base64 to the clipboard.

Was ist Clip64 Base64 Decoder?

Clip64 Base64 Decoder ist eine Chrome-Erweiterung, die von jacksteamdev entwickelt wurde, und ihr Hauptmerkmal ist "Decode Base64 to the clipboard.".

Erweiterungsscreenshots

screenshot
screenshot

Clip64 Base64 Decoder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Clip64 Base64 Decoder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Clip64 Base64 Decoder Clip64 Base64 Decoder
ID hdneaoibdfdmifgfjjlkbkceanhjmgch
Offizielle URL https://chromewebstore.google.com/detail/clip64-base64-decoder/hdneaoibdfdmifgfjjlkbkceanhjmgch
Beschreibung Decode Base64 to the clipboard.
Dateigröße 632 KB
Installationsanzahl 768
Aktuelle Version 0.5.1
Letztes Update 2019-03-06
Veröffentlichungsdatum 2019-03-05
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler jacksteamdev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}