Emoji Parser

Input emojis using the universal shortcodes anywhere in your browser

Emoji Parserとは何ですか?

Emoji Parserはguisersによって開発されたChromeの拡張機能で、その主な機能は「Input emojis using the universal shortcodes anywhere in your browser」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Emoji Parser拡張機能のCRXファイルをダウンロード

Emoji Parser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Selecting from an emoji menu can be tiresome with all the clicking. Now you can use the standard emoji shortcodes like :joy: 😂, :poop: 💩, :eggplant: 🍆, and etc. You can find an exhaustive list of emoji shortcodes here http://www.emoji-cheat-sheet.com/. Some of them are hard to remember, so a helpful toolbox with suggestions will also appear on the bottom right corner of your screen when you begin typing shortcodes. Simple, clutter-free, and easy to use!

Totally free, and totally ad-free. Doesn't track your conversations.

*Supports Facebook chat, Whatsapp Web, Gmail, and common input boxes
** Let me know if you find an application that doesn't work that you would like to see support added for!

Thanks!                    

拡張機能の基本情報

名前 Emoji Parser Emoji Parser
ID lgjihgjddllimafionnfpgeppblknljk
公式URL https://chromewebstore.google.com/detail/emoji-parser/lgjihgjddllimafionnfpgeppblknljk
説明 Input emojis using the universal shortcodes anywhere in your browser
ファイルサイズ 24.95 KB
インストール数 126
現在のバージョン 0.1.0
最終更新日 2016-10-09
公開日 2016-10-09
評価 5.00/5 合計 1 レビュー
開発者 guisers
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoji Parser",
    "description": "Input emojis using the universal shortcodes anywhere in your browser",
    "version": "0.1.0",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}