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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον roush.kyle, και η κύρια λειτουργία του είναι "When you need to have more then the normal emojis in your life.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Github Custom Emoji Addiction

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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"
            ]
        }
    ]
}