GitHub Yes Sir!

git commit suicide

GitHub Yes Sir!とは何ですか?

GitHub Yes Sir!はjcdcによって開発されたChromeの拡張機能で、その主な機能は「git commit suicide」です。

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

screenshot

GitHub Yes Sir!拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This will change the Github logo to a new badass PornHub style logo.                    

拡張機能の基本情報

名前 GitHub Yes Sir! GitHub Yes Sir!
ID mnimfmckjafijilpdmhddefobkigcmom
公式URL https://chromewebstore.google.com/detail/github-yes-sir/mnimfmckjafijilpdmhddefobkigcmom
説明 git commit suicide
ファイルサイズ 233 KB
インストール数 271
現在のバージョン 1.1
最終更新日 2019-05-09
公開日 2019-05-09
評価 5.00/5 合計 2 レビュー
開発者 jcdc
支払い方法 free
拡張機能のウェブサイト https://github.com/johnchrisdc/GitPorn
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Yes Sir!",
    "version": "1.1",
    "description": "git commit suicide",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.github.com\/*"
            ],
            "js": [
                "github.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "github.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "github.png",
        "48": "github.png",
        "128": "github.png"
    },
    "web_accessible_resources": [
        "images\/*"
    ]
}