GitHub +1

+1 GitHub issues/pull requests

Qu'est-ce que GitHub +1 ?

GitHub +1 est une extension Chrome développée par artemave, et sa fonction principale est "+1 GitHub issues/pull requests".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GitHub +1

Téléchargez les fichiers d'extension GitHub +1 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom GitHub +1 GitHub +1
ID oiiklolboagjicidmggcoohmgkepdfan
URL Officiel https://chromewebstore.google.com/detail/github-+1/oiiklolboagjicidmggcoohmgkepdfan
Description +1 GitHub issues/pull requests
Taille du Fichier 34.95 KB
Nombre d'Installations 58
Version Actuelle 0.8
Dernière Mise à Jour 2015-03-21
Date de Publication 2015-03-21
Évaluation 3.00/5 Total 3 Évaluations
Développeur artemave
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/artemave/github-plus-one
Langues Prises en Charge 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"
    ]
}