Gitmoji

Get gitmojis copied to clipboard

Wat is Gitmoji?

Gitmoji is een Chrome-extensie ontwikkeld door Adam Bergman, en de belangrijkste functie is "Get gitmojis copied to clipboard".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Gitmoji

Download Gitmoji-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.”                    

Basisinformatie over de Extensie

Naam Gitmoji Gitmoji
ID jhhfejfgefheljcenfehikpfmmpglhca
Officiële URL https://chromewebstore.google.com/detail/gitmoji/jhhfejfgefheljcenfehikpfmmpglhca
Beschrijving Get gitmojis copied to clipboard
Bestandsgrootte 385 KB
Aantal Installaties 36
Huidige Versie 2.0.0
Laatst Bijgewerkt 2018-11-08
Publicatiedatum 2018-11-08
Ontwikkelaar Adam Bergman
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/adambrgmn/gitmoji-chrome
Help Pagina-URL https://github.com/adambrgmn/gitmoji-chrome/issues
URL van de Privacybeleid Pagina https://github.com/adambrgmn
Ondersteunde Talen 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"
    ]
}