Github +1s
Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.
Co to jest Github +1s?
Github +1s to rozszerzenie Chrome opracowane przez Ryan Florence, a jego główną funkcją jest „Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Github +1s
Pobierz pliki rozszerzeń Github +1s w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lddfkkebajnpiicnpfamebilmhamkeme |
Oficjalny URL | https://chrome.google.com/webstore/detail/github-+1s/lddfkkebajnpiicnpfamebilmhamkeme |
Opis | Shows you the counts and avatars of those noisy '+1' comments and hides the original comments. |
Rozmiar pliku | 5.54 KB |
Liczba instalacji | 210 |
Aktualna Wersja | 1.4.0 |
Ostatnia Aktualizacja | 2015-06-19 |
Data Publikacji | 2015-06-19 |
Ocena | 4.58/5 Łącznie 12 Oceny |
Deweloper | Ryan Florence |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |