Github +1s
Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.
Was ist Github +1s?
Github +1s ist eine Chrome-Erweiterung, die von Ryan Florence entwickelt wurde, und ihr Hauptmerkmal ist "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.".
Erweiterungsscreenshots
Github +1s-Erweiterungs-CRX-Datei herunterladen
Laden Sie Github +1s-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | lddfkkebajnpiicnpfamebilmhamkeme |
Offizielle URL | https://chrome.google.com/webstore/detail/github-+1s/lddfkkebajnpiicnpfamebilmhamkeme |
Beschreibung | Shows you the counts and avatars of those noisy '+1' comments and hides the original comments. |
Dateigröße | 5.54 KB |
Installationsanzahl | 210 |
Aktuelle Version | 1.4.0 |
Letztes Update | 2015-06-19 |
Veröffentlichungsdatum | 2015-06-19 |
Bewertung | 4.58/5 Insgesamt 12 Bewertungen |
Entwickler | Ryan Florence |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |