GitHub Emojifier for Twemoji

Converts Emoji on GitHub to Twitter-style Emoji

什么是GitHub Emojifier for Twemoji?

GitHub Emojifier for Twemoji是由trmcnvn开发的Chrome扩展程序,该扩展的主要功能是“Converts Emoji on GitHub to Twitter-style Emoji”。

扩展截图

screenshot

下载GitHub Emojifier for Twemoji扩展crx文件

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

扩展使用说明

                        This switches GitHub's Apple-style emoji over to the Twitter-style emoji!                    

扩展基本信息

名称 GitHub Emojifier for Twemoji GitHub Emojifier for Twemoji
ID eebpgkfleghhfjhnfgpmhdcgiclaflgi
官方URL https://chromewebstore.google.com/detail/github-emojifier-for-twem/eebpgkfleghhfjhnfgpmhdcgiclaflgi
简介 Converts Emoji on GitHub to Twitter-style Emoji
文件大小 16.25 KB
安装次数 48
当前版本 0.2.5
更新时间 2017-02-09
上架时间 2017-02-09
评分 5.00/5 共1次评分
开发者 trmcnvn
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/vevix/github-emoji-switcher
帮助页面URL https://github.com/vevix/github-emoji-switcher
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Emojifier for Twemoji",
    "version": "0.2.5",
    "description": "Converts Emoji on GitHub to Twitter-style Emoji",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.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_start",
            "js": [
                "scripts\/main.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "scripts\/content.min.js"
    ]
}