Github Custom Emoji Addiction
When you need to have more then the normal emojis in your life.
Qu'est-ce que Github Custom Emoji Addiction ?
Github Custom Emoji Addiction est une extension Chrome développée par roush.kyle, et sa fonction principale est "When you need to have more then the normal emojis in your life.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Github Custom Emoji Addiction
Téléchargez les fichiers d'extension Github Custom Emoji Addiction au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Github Custom Emoji Addiction |
ID | ldgifpnadmnmiibmmkmhdidfpljlmjmk |
URL Officiel | https://chromewebstore.google.com/detail/github-custom-emoji-addic/ldgifpnadmnmiibmmkmhdidfpljlmjmk |
Description | When you need to have more then the normal emojis in your life. |
Taille du Fichier | 83.48 KB |
Nombre d'Installations | 21 |
Version Actuelle | 1.5.4 |
Dernière Mise à Jour | 2020-01-09 |
Date de Publication | 2020-01-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | roush.kyle |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |