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/开发的Chrome扩展程序,该扩展的主要功能是“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

下载WA Emoticons Suggestions扩展crx文件

下载WA Emoticons Suggestions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}