Unicode Faces
This extension allows you to copy cool unicode faces.
What is Unicode Faces?
Unicode Faces is a Chrome extension developed by Daniele Trapani, and its main feature is "This extension allows you to copy cool unicode faces.".
Extension Screenshots
Download Unicode Faces Extension CRX File
Download Unicode Faces extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Unicode Faces |
ID | cipfgdapmapokmplegelpchbchmaaknl |
Official URL | https://chromewebstore.google.com/detail/unicode-faces/cipfgdapmapokmplegelpchbchmaaknl |
Description | This extension allows you to copy cool unicode faces. |
File Size | 643 KB |
Installation Count | 152 |
Current Version | 1.1 |
Last Updated | 2022-09-28 |
Publish Date | 2015-01-05 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Daniele Trapani |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |