WA Emoticons Suggestions
Tool to convert text smileys to WhatsApp Emoticons and suggest similar emojis to make life simple while using WhatsApp Web
Qu'est-ce que WA Emoticons Suggestions ?
WA Emoticons Suggestions est une extension Chrome développée par http://anirudhgoel.me/, et sa fonction principale est "Tool to convert text smileys to WhatsApp Emoticons and suggest similar emojis to make life simple while using WhatsApp Web".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WA Emoticons Suggestions
Téléchargez les fichiers d'extension WA Emoticons Suggestions 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
The extension automatically converts text smilies to Whatsapp Emoticons and also suggests similar emoticons with their shortcut smilies. So, next time if you forget the shortcut for an emoticon just enter any similar emoticon and see your required emoticon in suggestions.
Informations de Base sur l'Extension
Nom | WA Emoticons Suggestions |
ID | pdicajhpekmkjildobfnokpdmnejlnfm |
URL Officiel | https://chromewebstore.google.com/detail/wa-emoticons-suggestions/pdicajhpekmkjildobfnokpdmnejlnfm |
Description | Tool to convert text smileys to WhatsApp Emoticons and suggest similar emojis to make life simple while using WhatsApp Web |
Taille du Fichier | 668 KB |
Nombre d'Installations | 22 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2017-11-06 |
Date de Publication | 2017-11-05 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | http://anirudhgoel.me/ |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/AnirudhGoel/Whatsapp-Emoticons-Suggest |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WA Emoticons Suggestions", "short_name": "WA Emoticons Suggestions", "description": "Tool to convert text smileys to WhatsApp Emoticons and suggest similar emojis to make life simple while using WhatsApp Web", "version": "1.2.0", "author": "Anirudh Goel", "homepage_url": "https:\/\/github.com\/AnirudhGoel\/Whatsapp-Emoticons-Suggest", "browser_action": { "default_title": "WA Emoticons Suggestions", "default_icon": "assets\/favicon.png" }, "icons": { "16": "assets\/favicon.png", "48": "assets\/favicon.png", "128": "assets\/favicon.png" }, "content_scripts": [ { "matches": [ "http:\/\/web.whatsapp.com\/*", "https:\/\/web.whatsapp.com\/*" ], "js": [ "assets\/js\/jquery.min.js", "assets\/js\/content_script.js" ] } ] } |