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
电子邮箱 [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
}