GitHub +1

+1 GitHub issues/pull requests

Apa itu GitHub +1?

GitHub +1 adalah ekstensi Chrome yang dikembangkan oleh artemave, dan fitur utamanya adalah "+1 GitHub issues/pull requests".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GitHub +1

Unduh file ekstensi GitHub +1 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama GitHub +1 GitHub +1
ID oiiklolboagjicidmggcoohmgkepdfan
URL Resmi https://chromewebstore.google.com/detail/github-+1/oiiklolboagjicidmggcoohmgkepdfan
Deskripsi +1 GitHub issues/pull requests
Ukuran File 34.95 KB
Jumlah Instalasi 58
Versi Saat Ini 0.8
Terakhir Diperbarui 2015-03-21
Tanggal Publikasi 2015-03-21
Penilaian 3.00/5 Total 3 Penilaian
Pengembang artemave
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/artemave/github-plus-one
Bahasa yang Didukung 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"
    ]
}