Unicode Faces

This extension allows you to copy cool unicode faces.

Apa itu Unicode Faces?

Unicode Faces adalah ekstensi Chrome yang dikembangkan oleh Daniele Trapani, dan fitur utamanya adalah "This extension allows you to copy cool unicode faces.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Unicode Faces

Unduh file ekstensi Unicode Faces 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

                        Click on a unicode face to copy it on the clipboard and paste it on any form element. No more CTRL codes. Free, spyware-free and Open Source. Enjoy.

Source code: https://github.com/danitrap/unicode-faces-chrome                    

Informasi Dasar Ekstensi

Nama Unicode Faces Unicode Faces
ID cipfgdapmapokmplegelpchbchmaaknl
URL Resmi https://chromewebstore.google.com/detail/unicode-faces/cipfgdapmapokmplegelpchbchmaaknl
Deskripsi This extension allows you to copy cool unicode faces.
Ukuran File 643 KB
Jumlah Instalasi 152
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-09-28
Tanggal Publikasi 2015-01-05
Penilaian 4.50/5 Total 2 Penilaian
Pengembang Daniele Trapani
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unicode Faces",
    "description": "This extension allows you to copy cool unicode faces.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon-transparent.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}