Githunt

Replace the new tab with a list of trending repositories on github belonging to any technology that you chose.

Co je Githunt?

Githunt je rozšíření Chrome vyvinuté http://roadmap.sh, a jeho hlavní funkcí je „Replace the new tab with a list of trending repositories on github belonging to any technology that you chose.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Githunt

Stáhněte si soubory rozšíření Githunt 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í

                        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.                    

Základní Informace o Rozšíření

Název Githunt Githunt
ID khpcnaokfebphakjgdgpinmglconplhp
Oficiální URL https://chrome.google.com/webstore/detail/githunt/khpcnaokfebphakjgdgpinmglconplhp
Popis Replace the new tab with a list of trending repositories on github belonging to any technology that you chose.
Velikost souboru 1.17 MB
Počet instalací 9,309
Aktuální Verze 3.10
Poslední Aktualizace 2020-02-16
Datum Vydání 2020-02-16
Hodnocení 4.39/5 Celkem 18 Hodnocení
Vývojář http://roadmap.sh
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://kamranahmed.info/githunt
URL Stránky Nápovědy https://github.com/kamranahmedse/githunt
Podporované Jazyky 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"
    }
}