GitEmoji- emoji for git commit message

Emoji for git commit message

GitEmoji- emoji for git commit messageとは何ですか?

GitEmoji- emoji for git commit messageはhttps://muhzi.comによって開発されたChromeの拡張機能で、その主な機能は「Emoji for git commit message」です。

拡張機能のスクリーンショット

screenshot

GitEmoji- emoji for git commit message拡張機能のCRXファイルをダウンロード

GitEmoji- emoji for git commit message拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 GitEmoji- emoji for git commit message GitEmoji- emoji for git commit message
ID jbagnnbjnkceaaaibjalfecnbelpimjk
公式URL https://chromewebstore.google.com/detail/gitemoji-emoji-for-git-co/jbagnnbjnkceaaaibjalfecnbelpimjk
説明 Emoji for git commit message
ファイルサイズ 101 KB
インストール数 50
現在のバージョン 0.0.2
最終更新日 2020-08-03
公開日 2020-08-03
開発者 https://muhzi.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://muhzi.com/
ヘルプページのURL https://muhzi.com/
対応言語 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
    }
}