Githunt
Replace the new tab with a list of trending repositories on github belonging to any technology that you chose.
Co to jest Githunt?
Githunt to rozszerzenie Chrome opracowane przez http://roadmap.sh, a jego główną funkcją jest „Replace the new tab with a list of trending repositories on github belonging to any technology that you chose.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Githunt
Pobierz pliki rozszerzeń Githunt 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
GitHunt is an extension that replaces the new tab of your browser with the trending github repositories. You can look through the repositories for any technology of your liking and for any period of time. By default it shows the trending repositories (most starred repositories created in the given period of time) for the last week and as you keep scrolling, you will be presented with the popular repositories of the consecutive past weeks. All you have to do is select how you would like to see the repositories (monthly, weekly or yearly) and the language, it will remember your choice and will show you the trending repositories in that category whenever you will open the new tab.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | khpcnaokfebphakjgdgpinmglconplhp |
Oficjalny URL | https://chrome.google.com/webstore/detail/githunt/khpcnaokfebphakjgdgpinmglconplhp |
Opis | Replace the new tab with a list of trending repositories on github belonging to any technology that you chose. |
Rozmiar pliku | 1.17 MB |
Liczba instalacji | 9,309 |
Aktualna Wersja | 3.10 |
Ostatnia Aktualizacja | 2020-02-16 |
Data Publikacji | 2020-02-16 |
Ocena | 4.39/5 Łącznie 18 Oceny |
Deweloper | http://roadmap.sh |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://kamranahmed.info/githunt |
Adres URL Strony Pomocy | https://github.com/kamranahmedse/githunt |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Githunt", "short_name": "Githunt", "description": "Replace the new tab with a list of trending repositories on github belonging to any technology that you chose.", "version": "3.10", "permissions": [ "storage", "*:\/\/*.github.com\/*" ], "icons": { "16": "\/img\/icon16.png", "48": "\/img\/icon48.png", "128": "\/img\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "homepage_url": "http:\/\/kamranahmed.info\/githunt", "browser_action": { "default_title": "Githunt", "default_icon": "\/img\/icon128.png" } } |