Github +1s
Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.
Co je Github +1s?
Github +1s je rozšíření Chrome vyvinuté Ryan Florence, a jeho hlavní funkcí je „Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Github +1s
Stáhněte si soubory rozšíření Github +1s ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | |
ID | lddfkkebajnpiicnpfamebilmhamkeme |
Oficiální URL | https://chrome.google.com/webstore/detail/github-+1s/lddfkkebajnpiicnpfamebilmhamkeme |
Popis | Shows you the counts and avatars of those noisy '+1' comments and hides the original comments. |
Velikost souboru | 5.54 KB |
Počet instalací | 210 |
Aktuální Verze | 1.4.0 |
Poslední Aktualizace | 2015-06-19 |
Datum Vydání | 2015-06-19 |
Hodnocení | 4.58/5 Celkem 12 Hodnocení |
Vývojář | Ryan Florence |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |