Base64 decode & copy

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

Apa itu Base64 decode & copy?

Base64 decode & copy adalah ekstensi Chrome yang dikembangkan oleh Daniel de la Cruz, dan fitur utamanya adalah "Decode & copy selected Base64-encoded text in one step!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Base64 decode & copy

Unduh file ekstensi Base64 decode & copy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Base64 decode & copy Base64 decode & copy
ID llcfmnginbnmkeddkjjellcimmffjdcf
URL Resmi https://chromewebstore.google.com/detail/base64-decode-copy/llcfmnginbnmkeddkjjellcimmffjdcf
Deskripsi Decode & copy selected Base64-encoded text in one step!
Ukuran File 5.75 KB
Jumlah Instalasi 3,086
Versi Saat Ini 1.2.1
Terakhir Diperbarui 2022-06-04
Tanggal Publikasi 2020-04-12
Penilaian 4.83/5 Total 6 Penilaian
Pengembang Daniel de la Cruz
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}