GitHub +1

+1 GitHub issues/pull requests

GitHub +1とは何ですか?

GitHub +1はartemaveによって開発されたChromeの拡張機能で、その主な機能は「+1 GitHub issues/pull requests」です。

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

screenshot

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

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

拡張機能の使用方法

                        Know this: button looks MUCH better than on the screenshot.

GitHub has issues. Some are worse than others. But you can't really tell. Except now you can! Simply install this awesome extension and go ruthlessly upvote issues (and pull requests) and make the world a better place.

Button style shamelessly taken from http://code.divshot.com/geo-bootstrap/                    

拡張機能の基本情報

名前 GitHub +1 GitHub +1
ID oiiklolboagjicidmggcoohmgkepdfan
公式URL https://chromewebstore.google.com/detail/github-+1/oiiklolboagjicidmggcoohmgkepdfan
説明 +1 GitHub issues/pull requests
ファイルサイズ 34.95 KB
インストール数 58
現在のバージョン 0.8
最終更新日 2015-03-21
公開日 2015-03-21
評価 3.00/5 合計 3 レビュー
開発者 artemave
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/artemave/github-plus-one
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub +1",
    "manifest_version": 2,
    "version": "0.8",
    "description": "+1 GitHub issues\/pull requests",
    "icons": {
        "16": "github_g16.png",
        "48": "github_g48.png",
        "128": "github_g128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "zepto.min.js",
                "zepto-extras.js",
                "contentscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "rainbow.gif"
    ]
}