GitHub Hovercard

Neat hovercards for GitHub.

What is GitHub Hovercard?

GitHub Hovercard is a Chrome extension developed by https://justineo.github.io/github-hovercard, and its main feature is "Neat hovercards for GitHub.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download GitHub Hovercard Extension CRX File

Download GitHub Hovercard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name GitHub Hovercard GitHub Hovercard
ID mmoahbbnojgkclgceahhakhnccimnplk
Official URL https://chromewebstore.google.com/detail/github-hovercard/mmoahbbnojgkclgceahhakhnccimnplk
Description Neat hovercards for GitHub.
File Size 121 KB
Installation Count 10,000
Current Version 1.9.4
Last Updated 2021-05-13
Publish Date 2019-03-27
Rating 4.68/5 Total 41 Ratings
Developer https://justineo.github.io/github-hovercard
Email [email protected]
Payment Type free
Extension Website https://justineo.github.io/github-hovercard/
Help Page URL https://github.com/Justineo/github-hovercard/issues
Supported Languages 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
    }
}