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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}