Unicode Faces

This extension allows you to copy cool unicode faces.

Wat is Unicode Faces?

Unicode Faces is een Chrome-extensie ontwikkeld door Daniele Trapani, en de belangrijkste functie is "This extension allows you to copy cool unicode faces.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Unicode Faces

Download Unicode Faces-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Unicode Faces Unicode Faces
ID cipfgdapmapokmplegelpchbchmaaknl
Officiële URL https://chromewebstore.google.com/detail/unicode-faces/cipfgdapmapokmplegelpchbchmaaknl
Beschrijving This extension allows you to copy cool unicode faces.
Bestandsgrootte 643 KB
Aantal Installaties 152
Huidige Versie 1.1
Laatst Bijgewerkt 2022-09-28
Publicatiedatum 2015-01-05
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Daniele Trapani
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}