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/
Eメール [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"
            ]
        }
    ]
}