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\/*"
    ]
}