Changemoji

Changes emojis into emoticons.

Changemojiとは何ですか?

Changemojiはodnarbkingofinternetによって開発されたChromeの拡張機能で、その主な機能は「Changes emojis into emoticons.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Designed with ROBLOX forums in mind, this extension changes emojis into emoticons. Not all of the emojis are put in yet, so just tell me what to add in your reviews. I will add most, if not all, of them overtime. 

Will slow down your page loading times a little bit.                    

拡張機能の基本情報

名前 Changemoji Changemoji
ID oicohdphlokjlgokojlnjmkaphjafnbp
公式URL https://chrome.google.com/webstore/detail/changemoji/oicohdphlokjlgokojlnjmkaphjafnbp
説明 Changes emojis into emoticons.
ファイルサイズ 530 KB
インストール数 2,000
現在のバージョン 1.0
最終更新日 2017-03-11
公開日 2017-03-11
評価 1.80/5 合計 5 レビュー
開発者 odnarbkingofinternet
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Changemoji",
    "description": "Changes emojis into emoticons.",
    "version": "1.0",
    "browser_action": {
        "default_title": "Changemoji - change emojis into emoticons",
        "default_icon": {
            "32": "icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/*.roblox.com\/*"
    ]
}