Gato Base 64 Encoder / Decoder

Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.

Apa itu Gato Base 64 Encoder / Decoder?

Gato Base 64 Encoder / Decoder adalah ekstensi Chrome yang dikembangkan oleh gatoapps, dan fitur utamanya adalah "Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gato Base 64 Encoder / Decoder

Unduh file ekstensi Gato Base 64 Encoder / Decoder 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

                        Gato Base 64 Encoder / Decoder is a simple tool that allows you to encode to and decode from Base 64 format.                    

Informasi Dasar Ekstensi

Nama Gato Base 64 Encoder / Decoder Gato Base 64 Encoder / Decoder
ID hbjipahjdnkchnhlmhlbakoooiilhkhh
URL Resmi https://chromewebstore.google.com/detail/gato-base-64-encoder-deco/hbjipahjdnkchnhlmhlbakoooiilhkhh
Deskripsi Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.
Ukuran File 14.55 KB
Jumlah Instalasi 2,268
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2013-11-03
Tanggal Publikasi 2013-11-03
Penilaian 5.00/5 Total 1 Penilaian
Pengembang gatoapps
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gato Base 64 Encoder \/ Decoder",
    "manifest_version": 2,
    "version": "1.0.0",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ],
    "description": "Gato Base 64 Encoder \/ Decoder encodes to and decodes from Base 64 format.",
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_popup": "popup.html"
    }
}