GitHub +1
+1 GitHub issues/pull requests
Co to jest GitHub +1?
GitHub +1 to rozszerzenie Chrome opracowane przez artemave, a jego główną funkcją jest „+1 GitHub issues/pull requests”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GitHub +1
Pobierz pliki rozszerzeń GitHub +1 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
Know this: button looks MUCH better than on the screenshot. GitHub has issues. Some are worse than others. But you can't really tell. Except now you can! Simply install this awesome extension and go ruthlessly upvote issues (and pull requests) and make the world a better place. Button style shamelessly taken from http://code.divshot.com/geo-bootstrap/
Podstawowe informacje o rozszerzeniu
Nazwa | GitHub +1 |
ID | oiiklolboagjicidmggcoohmgkepdfan |
Oficjalny URL | https://chromewebstore.google.com/detail/github-+1/oiiklolboagjicidmggcoohmgkepdfan |
Opis | +1 GitHub issues/pull requests |
Rozmiar pliku | 34.95 KB |
Liczba instalacji | 58 |
Aktualna Wersja | 0.8 |
Ostatnia Aktualizacja | 2015-03-21 |
Data Publikacji | 2015-03-21 |
Ocena | 3.00/5 Łącznie 3 Oceny |
Deweloper | artemave |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/artemave/github-plus-one |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub +1", "manifest_version": 2, "version": "0.8", "description": "+1 GitHub issues\/pull requests", "icons": { "16": "github_g16.png", "48": "github_g48.png", "128": "github_g128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "zepto.min.js", "zepto-extras.js", "contentscript.js" ] } ], "web_accessible_resources": [ "rainbow.gif" ] } |