Star History

A chrome extension showing star history graph of current GitHub repository

Wat is Star History?

Star History is een Chrome-extensie ontwikkeld door https://star-history.com, en de belangrijkste functie is "A chrome extension showing star history graph of current GitHub repository".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Star History

Download Star History-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Star History Star History
ID iijibbcdddbhokfepbblglfgdglnccfn
Officiële URL https://chromewebstore.google.com/detail/star-history/iijibbcdddbhokfepbblglfgdglnccfn
Beschrijving A chrome extension showing star history graph of current GitHub repository
Bestandsgrootte 785 KB
Aantal Installaties 4,002
Huidige Versie 2.0
Laatst Bijgewerkt 2022-02-07
Publicatiedatum 2020-02-11
Beoordeling 4.92/5 Totaal 12 Beoordelingen
Ontwikkelaar https://star-history.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/bytebase/star-history-plugin
Help Pagina-URL https://github.com/bytebase/star-history-plugin/issues
Ondersteunde Talen 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"
    ]
}