Hangouts GitHub Emojifier

Converts Emoji on GitHub to Google-style Emoji

什么是Hangouts GitHub Emojifier?

Hangouts GitHub Emojifier是由Paul Betts开发的Chrome扩展程序,该扩展的主要功能是“Converts Emoji on GitHub to Google-style Emoji”。

扩展截图

screenshot
screenshot

下载Hangouts GitHub Emojifier扩展crx文件

下载Hangouts GitHub Emojifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This Extension works on GitHub.com to replace all of their Apple-style Emoji with Google-style Emoji.                    

扩展基本信息

名称 Hangouts GitHub Emojifier Hangouts GitHub Emojifier
ID gnmkclfcadpmdkbihlgdebnnlolabgll
官方URL https://chromewebstore.google.com/detail/hangouts-github-emojifier/gnmkclfcadpmdkbihlgdebnnlolabgll
简介 Converts Emoji on GitHub to Google-style Emoji
文件大小 24.28 KB
安装次数 176
当前版本 0.1.0
更新时间 2015-03-08
上架时间 2015-03-07
评分 4.00/5 共4次评分
开发者 Paul Betts
付费类型 free
扩展官网 https://github.com/paulcbetts/github-emoji-switcher
帮助页面URL https://github.com/paulcbetts/github-emoji-switcher/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hangouts GitHub Emojifier",
    "description": "Converts Emoji on GitHub to Google-style Emoji",
    "version": "0.1.0",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "http:\/\/*.github.com\/*",
        "https:\/\/*.github.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.github.com\/*",
                "https:\/\/github.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/main.min.js"
            ]
        }
    ]
}