Github Trending New Tab

This unofficial extension shows the top trending github repos as provided by http://github.com/trending

Co to jest Github Trending New Tab?

Github Trending New Tab to rozszerzenie Chrome opracowane przez anmolmago, a jego główną funkcją jest „This unofficial extension shows the top trending github repos as provided by http://github.com/trending”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Github Trending New Tab

Pobierz pliki rozszerzeń Github Trending New Tab 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

                        See the trending Github repositories on your new tab page, group by language and time range!                    

Podstawowe informacje o rozszerzeniu

Nazwa Github Trending New Tab Github Trending New Tab
ID hadfajlepeojlkfmbhdioendpidkchfa
Oficjalny URL https://chrome.google.com/webstore/detail/github-trending-new-tab/hadfajlepeojlkfmbhdioendpidkchfa
Opis This unofficial extension shows the top trending github repos as provided by http://github.com/trending
Rozmiar pliku 2.58 MB
Liczba instalacji 161
Aktualna Wersja 1.2.2
Ostatnia Aktualizacja 2019-03-08
Data Publikacji 2019-03-08
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper anmolmago
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/AnmolMago/GithubTrending
Adres URL Strony Pomocy https://github.com/AnmolMago/GithubTrending
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Trending New Tab",
    "author": "Anmol Mago",
    "description": "This unofficial extension shows the top trending github repos as provided by http:\/\/github.com\/trending",
    "incognito": "split",
    "version": "1.2.2",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "http:\/\/*.anmolmago.com\/"
    ]
}