Git Git Hooray

Celebrate first time contributors on GitHub

Git Git Hoorayとは何ですか?

Git Git HoorayはPaul Molluzzoによって開発されたChromeの拡張機能で、その主な機能は「Celebrate first time contributors on GitHub」です。

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

screenshot

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

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

拡張機能の使用方法

                        Celebrate first time contributors on GitHub!

Click on the new "First-time contributor" `span` to add a dash of emoji sprinkles to the page! 🎉                    

拡張機能の基本情報

名前 Git Git Hooray Git Git Hooray
ID hdonhjpoakhlbpmehiogeaknnfdlgnad
公式URL https://chromewebstore.google.com/detail/git-git-hooray/hdonhjpoakhlbpmehiogeaknnfdlgnad
説明 Celebrate first time contributors on GitHub
ファイルサイズ 24.91 KB
インストール数 14
現在のバージョン 1.1.0
最終更新日 2017-03-27
公開日 2017-03-27
開発者 Paul Molluzzo
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/paulmolluzzo/git-git-hooray
ヘルプページのURL https://github.com/paulmolluzzo/git-git-hooray/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Git Git Hooray",
    "version": "1.1.0",
    "description": "Celebrate first time contributors on GitHub",
    "homepage_url": "https:\/\/github.com\/paulmolluzzo\/git-git-hooray",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "permissions": [
        "https:\/\/github.com\/*"
    ],
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}