Emoticon input everywhere
Allow input emoticon in everywhere
Qu'est-ce que Emoticon input everywhere ?
Emoticon input everywhere est une extension Chrome développée par Robin Huy, et sa fonction principale est "Allow input emoticon in everywhere".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Emoticon input everywhere
Téléchargez les fichiers d'extension Emoticon input everywhere au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Emoticon input everywhere is a free extension that lets you view and copy emoticons to use everywhere. Features: - Choose the emoticon, Click & Paste to almost everywhere you can. - Save 10 recent emoticons. - Total 280 emoticons, separate 4 categories.
Informations de Base sur l'Extension
Nom | Emoticon input everywhere |
ID | bohndelehfpgmhpfohgnoihjdknklnbf |
URL Officiel | https://chromewebstore.google.com/detail/emoticon-input-everywhere/bohndelehfpgmhpfohgnoihjdknklnbf |
Description | Allow input emoticon in everywhere |
Taille du Fichier | 11.64 KB |
Nombre d'Installations | 135 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2017-03-21 |
Date de Publication | 2017-03-21 |
Évaluation | 4.73/5 Total 15 Évaluations |
Développeur | Robin Huy |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/robinhuy/emoticon-input |
URL de la Page d'Aide | https://github.com/robinhuy/emoticon-input |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emoticon input everywhere", "short_name": "Emoticon input", "description": "Allow input emoticon in everywhere", "version": "1.3", "author": "Robin Huy", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Emoticon input everywhere" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab" ] } |