Gitmoji

Get gitmojis copied to clipboard

Gitmojiとは何ですか?

GitmojiはAdam Bergmanによって開発されたChromeの拡張機能で、その主な機能は「Get gitmojis copied to clipboard」です。

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

screenshot
screenshot
screenshot

Gitmoji拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

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

拡張機能の基本情報

名前 Gitmoji Gitmoji
ID jhhfejfgefheljcenfehikpfmmpglhca
公式URL https://chromewebstore.google.com/detail/gitmoji/jhhfejfgefheljcenfehikpfmmpglhca
説明 Get gitmojis copied to clipboard
ファイルサイズ 385 KB
インストール数 36
現在のバージョン 2.0.0
最終更新日 2018-11-08
公開日 2018-11-08
開発者 Adam Bergman
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/adambrgmn/gitmoji-chrome
ヘルプページのURL https://github.com/adambrgmn/gitmoji-chrome/issues
プライバシーポリシーページのURL https://github.com/adambrgmn
対応言語 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"
    ]
}