Githunt

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

¿Qué es Githunt?

Githunt es una extensión de Chrome desarrollada por http://roadmap.sh, y su función principal es "Replace the new tab with a list of trending repositories on github belonging to any technology that you chose.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Githunt

Descarga archivos de extensión Githunt en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Githunt Githunt
ID khpcnaokfebphakjgdgpinmglconplhp
URL Oficial https://chrome.google.com/webstore/detail/githunt/khpcnaokfebphakjgdgpinmglconplhp
Descripción Replace the new tab with a list of trending repositories on github belonging to any technology that you chose.
Tamaño del Archivo 1.17 MB
Cantidad de Instalaciones 9,309
Versión Actual 3.10
Última Actualización 2020-02-16
Fecha de Publicación 2020-02-16
Calificación 4.39/5 Total de 18 Calificaciones
Desarrollador http://roadmap.sh
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://kamranahmed.info/githunt
URL de la Página de Ayuda https://github.com/kamranahmedse/githunt
Idiomas Soportados 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"
    }
}