Github +1s
Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.
Vad är Github +1s?
Github +1s är en Chrome-tillägg utvecklad av Ryan Florence, och dess huvudfunktion är "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.".
Tilläggsskärmbilder
Ladda ner Github +1s-förlängningens CRX-fil
Ladda ner Github +1s-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | lddfkkebajnpiicnpfamebilmhamkeme |
Officiell webbadress | https://chrome.google.com/webstore/detail/github-+1s/lddfkkebajnpiicnpfamebilmhamkeme |
Beskrivning | Shows you the counts and avatars of those noisy '+1' comments and hides the original comments. |
Filstorlek | 5.54 KB |
Antal Installationer | 210 |
Aktuell Version | 1.4.0 |
Senast Uppdaterad | 2015-06-19 |
Publiceringsdatum | 2015-06-19 |
Betyg | 4.58/5 Totalt 12 Betyg |
Utvecklare | Ryan Florence |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |