Star History

A chrome extension showing star history graph of current GitHub repository

Hvad er Star History?

Star History er en Chrome-udvidelse udviklet af https://star-history.com, og dens hovedfunktion er "A chrome extension showing star history graph of current GitHub repository".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Star History-udvidelses-CRX-fil

Download Star History-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Extension of https://star-history.com. When you visit a GitHub repo, this extension allows you to see its star history.                    

Grundlæggende oplysninger om udvidelsen

Navn Star History Star History
ID iijibbcdddbhokfepbblglfgdglnccfn
Officiel URL https://chromewebstore.google.com/detail/star-history/iijibbcdddbhokfepbblglfgdglnccfn
Beskrivelse A chrome extension showing star history graph of current GitHub repository
Filstørrelse 785 KB
Antal Installationer 4,002
Nuværende Version 2.0
Senest Opdateret 2022-02-07
Udgivelsesdato 2020-02-11
Bedømmelse 4.92/5 Samlet 12 Bedømmelser
Udvikler https://star-history.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/bytebase/star-history-plugin
Hjælpeside-URL https://github.com/bytebase/star-history-plugin/issues
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Star History",
    "description": "A chrome extension showing star history graph of current GitHub repository",
    "homepage_url": "https:\/\/github.com\/bytebase\/star-history",
    "author": "bytebase",
    "version": "2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": ".\/extension\/popup.html"
    },
    "host_permissions": [
        "https:\/\/api.github.com\/"
    ],
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}