GitEmoji- emoji for git commit message

Emoji for git commit message

Co to jest GitEmoji- emoji for git commit message?

GitEmoji- emoji for git commit message to rozszerzenie Chrome opracowane przez https://muhzi.com, a jego główną funkcją jest „Emoji for git commit message”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GitEmoji- emoji for git commit message

Pobierz pliki rozszerzeń GitEmoji- emoji for git commit message w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        An emoji guide for your commit messages. It is just an chrome extension  version of https://gitmoji.carloscuesta.me/                    

Podstawowe informacje o rozszerzeniu

Nazwa GitEmoji- emoji for git commit message GitEmoji- emoji for git commit message
ID jbagnnbjnkceaaaibjalfecnbelpimjk
Oficjalny URL https://chromewebstore.google.com/detail/gitemoji-emoji-for-git-co/jbagnnbjnkceaaaibjalfecnbelpimjk
Opis Emoji for git commit message
Rozmiar pliku 101 KB
Liczba instalacji 50
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2020-08-03
Data Publikacji 2020-08-03
Deweloper https://muhzi.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://muhzi.com/
Adres URL Strony Pomocy https://muhzi.com/
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitEmoji- emoji for git commit message",
    "short_name": "GitEmoji",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Emoji for git commit message",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "GitEmoji",
        "default_icon": "icons\/128.png"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}