Star History

A chrome extension showing star history graph of current GitHub repository

O que é Star History?

Star History é uma extensão do Chrome desenvolvida por https://star-history.com, e sua principal característica é "A chrome extension showing star history graph of current GitHub repository".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Star History

Baixe arquivos de extensão Star History no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Star History Star History
ID iijibbcdddbhokfepbblglfgdglnccfn
URL Oficial https://chromewebstore.google.com/detail/star-history/iijibbcdddbhokfepbblglfgdglnccfn
Descrição A chrome extension showing star history graph of current GitHub repository
Tamanho do Arquivo 785 KB
Contagem de Instalações 4,002
Versão Atual 2.0
Última Atualização 2022-02-07
Data de Publicação 2020-02-11
Classificação 4.92/5 Total de 12 Avaliações
Desenvolvedor https://star-history.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/bytebase/star-history-plugin
URL da Página de Ajuda https://github.com/bytebase/star-history-plugin/issues
Idiomas Suportados 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"
    ]
}