Gitmoji
Get gitmojis copied to clipboard
Qu'est-ce que Gitmoji ?
Gitmoji est une extension Chrome développée par Adam Bergman, et sa fonction principale est "Get gitmojis copied to clipboard".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gitmoji
Téléchargez les fichiers d'extension Gitmoji 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
Gitmoji Chrome Extension is an extension that can be used to get quick acces to the emojis of Gitmoji. And to quote the original author carloscuesta: ”Gitmoji is an initiative to standardize and explain the use of emojis on GitHub commit messages.”
Informations de Base sur l'Extension
Nom | Gitmoji |
ID | jhhfejfgefheljcenfehikpfmmpglhca |
URL Officiel | https://chromewebstore.google.com/detail/gitmoji/jhhfejfgefheljcenfehikpfmmpglhca |
Description | Get gitmojis copied to clipboard |
Taille du Fichier | 385 KB |
Nombre d'Installations | 36 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2018-11-08 |
Date de Publication | 2018-11-08 |
Développeur | Adam Bergman |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/adambrgmn/gitmoji-chrome |
URL de la Page d'Aide | https://github.com/adambrgmn/gitmoji-chrome/issues |
URL de la Page de Politique de Confidentialité | https://github.com/adambrgmn |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0.0", "name": "Gitmoji", "description": "Get gitmojis copied to clipboard", "browser_action": { "default_title": "Gitmoji", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ] } |