GitEmoji- emoji for git commit message

Emoji for git commit message

What is GitEmoji- emoji for git commit message?

GitEmoji- emoji for git commit message is a Chrome extension developed by https://muhzi.com, and its main feature is "Emoji for git commit message".

Extension Screenshots

screenshot

Download GitEmoji- emoji for git commit message Extension CRX File

Download GitEmoji- emoji for git commit message extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name GitEmoji- emoji for git commit message GitEmoji- emoji for git commit message
ID jbagnnbjnkceaaaibjalfecnbelpimjk
Official URL https://chromewebstore.google.com/detail/gitemoji-emoji-for-git-co/jbagnnbjnkceaaaibjalfecnbelpimjk
Description Emoji for git commit message
File Size 101 KB
Installation Count 50
Current Version 0.0.2
Last Updated 2020-08-03
Publish Date 2020-08-03
Developer https://muhzi.com
Email [email protected]
Payment Type free
Extension Website https://muhzi.com/
Help Page URL https://muhzi.com/
Supported Languages 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
    }
}