Github +1s

Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.

Cos'è Github +1s?

Github +1s è un'estensione di Chrome sviluppata da Ryan Florence, e la sua funzione principale è "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Github +1s

Scarica i file di estensione Github +1s in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Github +1s Github +1s
ID lddfkkebajnpiicnpfamebilmhamkeme
URL Ufficiale https://chrome.google.com/webstore/detail/github-+1s/lddfkkebajnpiicnpfamebilmhamkeme
Descrizione Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.
Dimensione del File 5.54 KB
Conteggio Installazioni 210
Versione Corrente 1.4.0
Ultimo Aggiornamento 2015-06-19
Data di Pubblicazione 2015-06-19
Valutazione 4.58/5 Totale 12 Valutazioni
Sviluppatore Ryan Florence
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github +1s",
    "description": "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.",
    "version": "1.4.0",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "plusone.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}