Github Custom Emoji Addiction

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

Apa itu Github Custom Emoji Addiction?

Github Custom Emoji Addiction adalah ekstensi Chrome yang dikembangkan oleh roush.kyle, dan fitur utamanya adalah "When you need to have more then the normal emojis in your life.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Github Custom Emoji Addiction

Unduh file ekstensi Github Custom Emoji Addiction dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Github Custom Emoji Addiction Github Custom Emoji Addiction
ID ldgifpnadmnmiibmmkmhdidfpljlmjmk
URL Resmi https://chromewebstore.google.com/detail/github-custom-emoji-addic/ldgifpnadmnmiibmmkmhdidfpljlmjmk
Deskripsi When you need to have more then the normal emojis in your life.
Ukuran File 83.48 KB
Jumlah Instalasi 21
Versi Saat Ini 1.5.4
Terakhir Diperbarui 2020-01-09
Tanggal Publikasi 2020-01-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang roush.kyle
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}