GitHub +1

+1 GitHub issues/pull requests

Wat is GitHub +1?

GitHub +1 is een Chrome-extensie ontwikkeld door artemave, en de belangrijkste functie is "+1 GitHub issues/pull requests".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GitHub +1

Download GitHub +1-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam GitHub +1 GitHub +1
ID oiiklolboagjicidmggcoohmgkepdfan
Officiële URL https://chromewebstore.google.com/detail/github-+1/oiiklolboagjicidmggcoohmgkepdfan
Beschrijving +1 GitHub issues/pull requests
Bestandsgrootte 34.95 KB
Aantal Installaties 58
Huidige Versie 0.8
Laatst Bijgewerkt 2015-03-21
Publicatiedatum 2015-03-21
Beoordeling 3.00/5 Totaal 3 Beoordelingen
Ontwikkelaar artemave
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/artemave/github-plus-one
Ondersteunde Talen 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"
    ]
}