Github +1s
Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.
Hvad er Github +1s?
Github +1s er en Chrome-udvidelse udviklet af Ryan Florence, og dens hovedfunktion er "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.".
Udvidelsesskærmbilleder
Download Github +1s-udvidelses-CRX-fil
Download Github +1s-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lddfkkebajnpiicnpfamebilmhamkeme |
Officiel URL | https://chrome.google.com/webstore/detail/github-+1s/lddfkkebajnpiicnpfamebilmhamkeme |
Beskrivelse | Shows you the counts and avatars of those noisy '+1' comments and hides the original comments. |
Filstørrelse | 5.54 KB |
Antal Installationer | 210 |
Nuværende Version | 1.4.0 |
Senest Opdateret | 2015-06-19 |
Udgivelsesdato | 2015-06-19 |
Bedømmelse | 4.58/5 Samlet 12 Bedømmelser |
Udvikler | Ryan Florence |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |