WA Emoticons Suggestions

Tool to convert text smileys to WhatsApp Emoticons and suggest similar emojis to make life simple while using WhatsApp Web

Wat is WA Emoticons Suggestions?

WA Emoticons Suggestions is een Chrome-extensie ontwikkeld door http://anirudhgoel.me/, en de belangrijkste functie is "Tool to convert text smileys to WhatsApp Emoticons and suggest similar emojis to make life simple while using WhatsApp Web".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie WA Emoticons Suggestions

Download WA Emoticons Suggestions-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

                        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.                    

Basisinformatie over de Extensie

Naam WA Emoticons Suggestions WA Emoticons Suggestions
ID pdicajhpekmkjildobfnokpdmnejlnfm
Officiële URL https://chromewebstore.google.com/detail/wa-emoticons-suggestions/pdicajhpekmkjildobfnokpdmnejlnfm
Beschrijving Tool to convert text smileys to WhatsApp Emoticons and suggest similar emojis to make life simple while using WhatsApp Web
Bestandsgrootte 668 KB
Aantal Installaties 22
Huidige Versie 1.2.0
Laatst Bijgewerkt 2017-11-06
Publicatiedatum 2017-11-05
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://anirudhgoel.me/
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/AnirudhGoel/Whatsapp-Emoticons-Suggest
Ondersteunde Talen 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"
            ]
        }
    ]
}