Unicode Faces
This extension allows you to copy cool unicode faces.
Vad är Unicode Faces?
Unicode Faces är en Chrome-tillägg utvecklad av Daniele Trapani, och dess huvudfunktion är "This extension allows you to copy cool unicode faces.".
Tilläggsskärmbilder
Ladda ner Unicode Faces-förlängningens CRX-fil
Ladda ner Unicode Faces-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | cipfgdapmapokmplegelpchbchmaaknl |
| Officiell webbadress | https://chromewebstore.google.com/detail/unicode-faces/cipfgdapmapokmplegelpchbchmaaknl |
| Beskrivning | This extension allows you to copy cool unicode faces. |
| Filstorlek | 643 KB |
| Antal Installationer | 152 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2022-09-28 |
| Publiceringsdatum | 2015-01-05 |
| Betyg | 4.50/5 Totalt 2 Betyg |
| Utvecklare | Daniele Trapani |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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'"
} | |