Github +1s
Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.
Wat is Github +1s?
Github +1s is een Chrome-extensie ontwikkeld door Ryan Florence, en de belangrijkste functie is "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.".
Extensie Screenshots
Download het CRX-bestand van de extensie Github +1s
Download Github +1s-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
Basisinformatie over de Extensie
Naam | |
ID | lddfkkebajnpiicnpfamebilmhamkeme |
Officiële URL | https://chrome.google.com/webstore/detail/github-+1s/lddfkkebajnpiicnpfamebilmhamkeme |
Beschrijving | Shows you the counts and avatars of those noisy '+1' comments and hides the original comments. |
Bestandsgrootte | 5.54 KB |
Aantal Installaties | 210 |
Huidige Versie | 1.4.0 |
Laatst Bijgewerkt | 2015-06-19 |
Publicatiedatum | 2015-06-19 |
Beoordeling | 4.58/5 Totaal 12 Beoordelingen |
Ontwikkelaar | Ryan Florence |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |