EmojiMagic!

Replace text with emojis!

EmojiMagic!とは何ですか?

EmojiMagic!はYoonicodeによって開発されたChromeの拡張機能で、その主な機能は「Replace text with emojis!」です。

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

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

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

拡張機能の使用方法

                        EmojiMagic! When you press the EmojiMagic button, the extension searches for keywords in your page. It then replaces those keywords with the corresponding emoji.

Have fun!

You can undo the EmojiMagic by simply reloading the page.

**************************************
*Versions and release notes: *
**************************************
  1.0.4;
     Removed the temporary fix that was added in the last version.
  1.0.3:
      Added more emoji+word combinations. Added whole section of "nature" and whole section of "people and faces". 
  1.0.2:
      Changed replacement code so now i doesn't put the whole page html in lowercase. This should fix many, if not all, of the bugs with this extension.
  1.0.1:
      Added more emoji-keyword combos. I am working on making this not break any pages.
   1.0:
      Added the extension! I will add more keywords/emojis later.                    

拡張機能の基本情報

名前 EmojiMagic! EmojiMagic!
ID inlopoikkacnkhmgoheelehlhplknbpl
公式URL https://chromewebstore.google.com/detail/emojimagic/inlopoikkacnkhmgoheelehlhplknbpl
説明 Replace text with emojis!
ファイルサイズ 6.26 MB
インストール数 83
現在のバージョン 1.0.4
最終更新日 2016-05-16
公開日 2016-05-16
評価 3.67/5 合計 3 レビュー
開発者 Yoonicode
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EmojiMagic!",
    "description": "Replace text with emojis!",
    "version": "1.0.4",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "EmojiMagic!",
        "default_icon": "img\/thumb.png"
    },
    "manifest_version": 2
}