Emoti
Emoti creates an easy-to-use dropdown menu for inserting emoticons.
Wat is Emoti?
Emoti is een Chrome-extensie ontwikkeld door Andrew Pitts, en de belangrijkste functie is "Emoti creates an easy-to-use dropdown menu for inserting emoticons.".
Extensie Screenshots
Download het CRX-bestand van de extensie Emoti
Download Emoti-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Emoti |
ID | jhendcajfhhpnombbfdanbdkhifbaeee |
Officiële URL | https://chromewebstore.google.com/detail/emoti/jhendcajfhhpnombbfdanbdkhifbaeee |
Beschrijving | Emoti creates an easy-to-use dropdown menu for inserting emoticons. |
Bestandsgrootte | 25.31 KB |
Aantal Installaties | 229 |
Huidige Versie | 1.0.6 |
Laatst Bijgewerkt | 2017-06-17 |
Publicatiedatum | 2017-06-17 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Andrew Pitts |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://apitts.com |
Ondersteunde Talen | 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" ] } |