Emoticon Selector
Copy & paste faces.
What is Emoticon Selector?
Emoticon Selector is a Chrome extension developed by japacible, and its main feature is "Copy & paste faces.".
Extension Screenshots
Download Emoticon Selector Extension CRX File
Download Emoticon Selector 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
Emoticon Selector makes it easy to find and copy emoticons. --- Extension Icon made by Freepik[1] from Flaticon[2] is licensed under CC BY 3.0[3]. [1] http://www.freepik.com [2] http://www.flaticon.com/ [3] http://creativecommons.org/licenses/by/3.0/
Extension Basic Information
Name | Emoticon Selector |
ID | jekhokceghfgglclkjmohaikpgkbdbhj |
Official URL | https://chromewebstore.google.com/detail/emoticon-selector/jekhokceghfgglclkjmohaikpgkbdbhj |
Description | Copy & paste faces. |
File Size | 10.8 KB |
Installation Count | 207 |
Current Version | 1.3 |
Last Updated | 2015-12-30 |
Publish Date | 2015-12-30 |
Rating | 5.00/5 Total 12 Ratings |
Developer | japacible |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emoticon Selector", "version": "1.3", "description": "Copy & paste faces.", "icons": { "16": "icon16.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "picker.html", "default_title": "Emoticon Selector" }, "author": "Jennifer Apacible", "permissions": [ "clipboardWrite" ] } |