Emotee
Japanese emoticons for Google Chrome
What is Emotee?
Emotee is a Chrome extension developed by NARKOZ, and its main feature is "Japanese emoticons for Google Chrome".
Extension Screenshots
Download Emotee Extension CRX File
Download Emotee 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
Extension to generate different color japanese emoticons. You can set custom color in options. Leave it default to generate random color emoticons every time. /人◕ ‿‿ ◕人\
Extension Basic Information
Name | Emotee |
ID | ollfjiihaphmpjemfhmkngaajbdblbkb |
Official URL | https://chromewebstore.google.com/detail/emotee/ollfjiihaphmpjemfhmkngaajbdblbkb |
Description | Japanese emoticons for Google Chrome |
File Size | 12.65 KB |
Installation Count | 2,376 |
Current Version | 2.0.1 |
Last Updated | 2013-04-28 |
Publish Date | 2013-04-28 |
Rating | 4.06/5 Total 49 Ratings |
Developer | NARKOZ |
Payment Type | free |
Extension Website | https://github.com/NARKOZ/emotee |
Help Page URL | https://github.com/NARKOZ/emotee/issues |
Supported Languages | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "img\/e.png", "default_popup": "popup.html", "default_title": "Emotee" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Japanese emoticons for Google Chrome", "name": "Emotee", "options_page": "options.html", "homepage_url": "https:\/\/github.com\/narkoz\/emotee", "icons": { "48": "img\/e48.png", "128": "img\/e128.png" }, "manifest_version": 2, "version": "2.0.1" } |