Github Custom Emoji Addiction

When you need to have more then the normal emojis in your life.

什麼是Github Custom Emoji Addiction?

Github Custom Emoji Addiction是由roush.kyle開發的Chrome擴展程式,該擴展的主要功能是“When you need to have more then the normal emojis in your life.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Github Custom Emoji Addiction擴展crx文件

下載Github Custom Emoji Addiction擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        When you want to have more emojis in your life but Github only supports the standard ones. Now you can define your own emojis and you can use the Github emoji syntax and it will auto fill in the emoji with image you have defined.                    

擴展基本資訊

名稱 Github Custom Emoji Addiction Github Custom Emoji Addiction
ID ldgifpnadmnmiibmmkmhdidfpljlmjmk
官方網址 https://chromewebstore.google.com/detail/github-custom-emoji-addic/ldgifpnadmnmiibmmkmhdidfpljlmjmk
簡介 When you need to have more then the normal emojis in your life.
檔案大小 83.48 KB
安裝次數 21
目前版本 1.5.4
更新時間 2020-01-09
上架時間 2020-01-08
評分 5.00/5 共 1 次評分
開發者 roush.kyle
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "When you need to have more then the normal emojis in your life.",
    "manifest_version": 2,
    "name": "Github Custom Emoji Addiction",
    "version": "1.5.4",
    "homepage_url": "https:\/\/github.com\/kyleroush\/Custom-Emoji-addiction",
    "icons": {
        "48": "logo.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Github Custom Emoji Addiction Settings",
        "default_popup": "popup\/Settings.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "dependencies\/jquery.js",
                "dependencies\/caret.js",
                "dependencies\/atwho.js",
                "script.js",
                "emojis.js"
            ],
            "css": [
                "dependencies\/atwho.css",
                "githubEmojiSuggestorStyle.css"
            ]
        }
    ]
}