Cute Face Clipboard

Copy cute, silly, weird ASCII emotes directly to your clipboard.

Apa itu Cute Face Clipboard?

Cute Face Clipboard adalah ekstensi Chrome yang dikembangkan oleh riftthecoyote, dan fitur utamanya adalah "Copy cute, silly, weird ASCII emotes directly to your clipboard.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Cute Face Clipboard

Unduh file ekstensi Cute Face Clipboard 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 cute, silly, weird ASCII emotes directly to your clipboard with a single click. You may also favorite them to find them easily later.                    

Informasi Dasar Ekstensi

Nama Cute Face Clipboard Cute Face Clipboard
ID iddmabhekhhonkmomaklnflhhgbfnioe
URL Resmi https://chromewebstore.google.com/detail/cute-face-clipboard/iddmabhekhhonkmomaklnflhhgbfnioe
Deskripsi Copy cute, silly, weird ASCII emotes directly to your clipboard.
Ukuran File 134 KB
Jumlah Instalasi 3,496
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-04-07
Tanggal Publikasi 2021-04-07
Penilaian 5.00/5 Total 1 Penilaian
Pengembang riftthecoyote
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cute Face Clipboard",
    "version": "1.0.0",
    "description": "Copy cute, silly, weird ASCII emotes directly to your clipboard.",
    "short_name": "Cute Face Clipboard",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": " ",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "src\/resources\/icon16.png",
            "32": "src\/resources\/icon32.png",
            "48": "src\/resources\/icon48.png",
            "128": "src\/resources\/icon128.png"
        }
    },
    "icons": {
        "16": "src\/resources\/icon16.png",
        "32": "src\/resources\/icon32.png",
        "48": "src\/resources\/icon48.png",
        "128": "src\/resources\/icon128.png"
    }
}