WA Emoticons Suggestions

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

WA Emoticons Suggestions क्या है?

WA Emoticons Suggestions http://anirudhgoel.me/ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool to convert text smileys to WhatsApp Emoticons and suggest similar emojis to make life simple while using WhatsApp Web"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WA Emoticons Suggestions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम WA Emoticons Suggestions WA Emoticons Suggestions
ID pdicajhpekmkjildobfnokpdmnejlnfm
आधिकारिक URL https://chromewebstore.google.com/detail/wa-emoticons-suggestions/pdicajhpekmkjildobfnokpdmnejlnfm
विवरण Tool to convert text smileys to WhatsApp Emoticons and suggest similar emojis to make life simple while using WhatsApp Web
फ़ाइल का आकार 668 KB
स्थापना संख्या 22
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2017-11-06
प्रकाशन तिथि 2017-11-05
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर http://anirudhgoel.me/
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/AnirudhGoel/Whatsapp-Emoticons-Suggest
समर्थित भाषाएँ 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"
            ]
        }
    ]
}