Star History

A chrome extension showing star history graph of current GitHub repository

Apa itu Star History?

Star History adalah ekstensi Chrome yang dikembangkan oleh https://star-history.com, dan fitur utamanya adalah "A chrome extension showing star history graph of current GitHub repository".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Star History

Unduh file ekstensi Star History dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Star History Star History
ID iijibbcdddbhokfepbblglfgdglnccfn
URL Resmi https://chromewebstore.google.com/detail/star-history/iijibbcdddbhokfepbblglfgdglnccfn
Deskripsi A chrome extension showing star history graph of current GitHub repository
Ukuran File 785 KB
Jumlah Instalasi 4,002
Versi Saat Ini 2.0
Terakhir Diperbarui 2022-02-07
Tanggal Publikasi 2020-02-11
Penilaian 4.92/5 Total 12 Penilaian
Pengembang https://star-history.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/bytebase/star-history-plugin
URL Halaman Bantuan https://github.com/bytebase/star-history-plugin/issues
Bahasa yang Didukung 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"
    ]
}