Emoti
Emoti creates an easy-to-use dropdown menu for inserting emoticons.
What is Emoti?
Emoti is a Chrome extension developed by Andrew Pitts, and its main feature is "Emoti creates an easy-to-use dropdown menu for inserting emoticons.".
Extension Screenshots
Download Emoti Extension CRX File
Download Emoti 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
Emoti is a chrome extension that allows users to easily save custom emoticons and insert them into text box inputs, such as Facebook status updates or tweets.
Extension Basic Information
Name | Emoti |
ID | jhendcajfhhpnombbfdanbdkhifbaeee |
Official URL | https://chromewebstore.google.com/detail/emoti/jhendcajfhhpnombbfdanbdkhifbaeee |
Description | Emoti creates an easy-to-use dropdown menu for inserting emoticons. |
File Size | 25.31 KB |
Installation Count | 229 |
Current Version | 1.0.6 |
Last Updated | 2017-06-17 |
Publish Date | 2017-06-17 |
Rating | 5.00/5 Total 7 Ratings |
Developer | Andrew Pitts |
[email protected] | |
Payment Type | free |
Extension Website | http://apitts.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emoti", "description": "Emoti creates an easy-to-use dropdown menu for inserting emoticons.", "version": "1.0.6", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "popup\/popup.html", "default_title": "Emoti" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "activeTab", "clipboardWrite", "clipboardRead" ] } |