Github Star Viewer

Extension for viewing github stars next to github links

Co to jest Github Star Viewer?

Github Star Viewer to rozszerzenie Chrome opracowane przez vigovlugt, a jego główną funkcją jest „Extension for viewing github stars next to github links”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Github Star Viewer

Pobierz pliki rozszerzeń Github Star Viewer 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

                        Extension for adding github stars next to github repository links. Useful for awesome github lists or other pages with many links to github pages so you can quickly see which repositories are the moste popular                    

Podstawowe informacje o rozszerzeniu

Nazwa Github Star Viewer Github Star Viewer
ID hkfdnggekcfkaojagbbdnfdfigebchbc
Oficjalny URL https://chromewebstore.google.com/detail/github-star-viewer/hkfdnggekcfkaojagbbdnfdfigebchbc
Opis Extension for viewing github stars next to github links
Rozmiar pliku 12.28 KB
Liczba instalacji 47
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-07-21
Data Publikacji 2020-07-20
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper vigovlugt
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Star Viewer",
    "description": "Extension for viewing github stars next to github links",
    "manifest_version": 2,
    "version": "1.0",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}