GitHub Hovercard

Neat hovercards for GitHub.

Apa itu GitHub Hovercard?

GitHub Hovercard adalah ekstensi Chrome yang dikembangkan oleh https://justineo.github.io/github-hovercard, dan fitur utamanya adalah "Neat hovercards for GitHub.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi GitHub Hovercard

Unduh file ekstensi GitHub Hovercard 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

                        GitHub Hovercard provides neat hovercards for GitHub.
It brings you instant access to user/repo/issue/commit information from anywhere on GitHub.                    

Informasi Dasar Ekstensi

Nama GitHub Hovercard GitHub Hovercard
ID mmoahbbnojgkclgceahhakhnccimnplk
URL Resmi https://chromewebstore.google.com/detail/github-hovercard/mmoahbbnojgkclgceahhakhnccimnplk
Deskripsi Neat hovercards for GitHub.
Ukuran File 121 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.9.4
Terakhir Diperbarui 2021-05-13
Tanggal Publikasi 2019-03-27
Penilaian 4.68/5 Total 41 Penilaian
Pengembang https://justineo.github.io/github-hovercard
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://justineo.github.io/github-hovercard/
URL Halaman Bantuan https://github.com/Justineo/github-hovercard/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Hovercard",
    "description": "Neat hovercards for GitHub.",
    "version": "1.9.4",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        "storage",
        "https:\/\/github.com\/*"
    ],
    "optional_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/justineo.github.io\/*"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}