WA Emoticons Suggestions

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

O que é WA Emoticons Suggestions?

WA Emoticons Suggestions é uma extensão do Chrome desenvolvida por http://anirudhgoel.me/, e sua principal característica é "Tool to convert text smileys to WhatsApp Emoticons and suggest similar emojis to make life simple while using WhatsApp Web".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão WA Emoticons Suggestions

Baixe arquivos de extensão WA Emoticons Suggestions no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome WA Emoticons Suggestions WA Emoticons Suggestions
ID pdicajhpekmkjildobfnokpdmnejlnfm
URL Oficial https://chromewebstore.google.com/detail/wa-emoticons-suggestions/pdicajhpekmkjildobfnokpdmnejlnfm
Descrição Tool to convert text smileys to WhatsApp Emoticons and suggest similar emojis to make life simple while using WhatsApp Web
Tamanho do Arquivo 668 KB
Contagem de Instalações 22
Versão Atual 1.2.0
Última Atualização 2017-11-06
Data de Publicação 2017-11-05
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor http://anirudhgoel.me/
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/AnirudhGoel/Whatsapp-Emoticons-Suggest
Idiomas Suportados 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"
            ]
        }
    ]
}