Base64 decode & copy

Decode & copy selected Base64-encoded text in one step!

Was ist Base64 decode & copy?

Base64 decode & copy ist eine Chrome-Erweiterung, die von Daniel de la Cruz entwickelt wurde, und ihr Hauptmerkmal ist "Decode & copy selected Base64-encoded text in one step!".

Erweiterungsscreenshots

screenshot

Base64 decode & copy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Base64 decode & copy-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

                        Adds a "Base64 decode selection" menu item to the context menu, enabling you to conveniently decode and copy Base64 text to your clipboard in one action.

Usage instructions:
1. In your browser window, select the Base64-encoded text you would like to decode.
2. Right-Click and select "Base64 decode selection".
3. A confirmation box will appear. If successful, the decoded text will be displayed in the confirmation box and copied to your clipboard to be pasted where needed.                    

Grundlegende Informationen zur Erweiterung

Name Base64 decode & copy Base64 decode & copy
ID llcfmnginbnmkeddkjjellcimmffjdcf
Offizielle URL https://chromewebstore.google.com/detail/base64-decode-copy/llcfmnginbnmkeddkjjellcimmffjdcf
Beschreibung Decode & copy selected Base64-encoded text in one step!
Dateigröße 5.75 KB
Installationsanzahl 3,086
Aktuelle Version 1.2.1
Letztes Update 2022-06-04
Veröffentlichungsdatum 2020-04-12
Bewertung 4.83/5 Insgesamt 6 Bewertungen
Entwickler Daniel de la Cruz
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Base64 decode & copy",
    "version": "1.2.1",
    "manifest_version": 3,
    "description": "Decode & copy selected Base64-encoded text in one step!",
    "author": "Daniel de la Cruz",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "clipboardWrite",
        "scripting"
    ],
    "background": {
        "service_worker": "script.js"
    }
}