Base64 decode & copy

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

Vad är Base64 decode & copy?

Base64 decode & copy är en Chrome-tillägg utvecklad av Daniel de la Cruz, och dess huvudfunktion är "Decode & copy selected Base64-encoded text in one step!".

Tilläggsskärmbilder

screenshot

Ladda ner Base64 decode & copy-förlängningens CRX-fil

Ladda ner Base64 decode & copy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Base64 decode & copy Base64 decode & copy
ID llcfmnginbnmkeddkjjellcimmffjdcf
Officiell webbadress https://chromewebstore.google.com/detail/base64-decode-copy/llcfmnginbnmkeddkjjellcimmffjdcf
Beskrivning Decode & copy selected Base64-encoded text in one step!
Filstorlek 5.75 KB
Antal Installationer 3,086
Aktuell Version 1.2.1
Senast Uppdaterad 2022-06-04
Publiceringsdatum 2020-04-12
Betyg 4.83/5 Totalt 6 Betyg
Utvecklare Daniel de la Cruz
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}