Github Custom Emoji Addiction

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

O que é Github Custom Emoji Addiction?

Github Custom Emoji Addiction é uma extensão do Chrome desenvolvida por roush.kyle, e sua principal característica é "When you need to have more then the normal emojis in your life.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Github Custom Emoji Addiction

Baixe arquivos de extensão Github Custom Emoji Addiction no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Github Custom Emoji Addiction Github Custom Emoji Addiction
ID ldgifpnadmnmiibmmkmhdidfpljlmjmk
URL Oficial https://chromewebstore.google.com/detail/github-custom-emoji-addic/ldgifpnadmnmiibmmkmhdidfpljlmjmk
Descrição When you need to have more then the normal emojis in your life.
Tamanho do Arquivo 83.48 KB
Contagem de Instalações 21
Versão Atual 1.5.4
Última Atualização 2020-01-09
Data de Publicação 2020-01-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor roush.kyle
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}