copy-base64

Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64

Apa itu copy-base64?

copy-base64 adalah ekstensi Chrome yang dikembangkan oleh https://0-9.tumblr.com, dan fitur utamanya adalah "Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi copy-base64

Unduh file ekstensi copy-base64 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

                        Copy the image to the Clipboard in Base64 format.

see source https://github.com/kyo-ago/copy-base64                    

Informasi Dasar Ekstensi

Nama copy-base64 copy-base64
ID obeffifkdkfbpodhaoelcjdljgiapjnl
URL Resmi https://chromewebstore.google.com/detail/copy-base64/obeffifkdkfbpodhaoelcjdljgiapjnl
Deskripsi Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64
Ukuran File 7.14 KB
Jumlah Instalasi 578
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2014-01-23
Tanggal Publikasi 2014-01-23
Penilaian 3.67/5 Total 6 Penilaian
Pengembang https://0-9.tumblr.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "copy-base64",
    "version": "0.0.4",
    "manifest_version": 2,
    "icons": {
        "16": "logo.png",
        "128": "logo.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/src\/background.js"
        ]
    },
    "permissions": [
        "",
        "contextMenus",
        "clipboardWrite"
    ]
}