GitHub Hovercard

Neat hovercards for GitHub.

什么是GitHub Hovercard?

GitHub Hovercard是由https://justineo.github.io/github-hovercard开发的Chrome扩展程序,该扩展的主要功能是“Neat hovercards for GitHub.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载GitHub Hovercard扩展crx文件

下载GitHub Hovercard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 GitHub Hovercard GitHub Hovercard
ID mmoahbbnojgkclgceahhakhnccimnplk
官方URL https://chromewebstore.google.com/detail/github-hovercard/mmoahbbnojgkclgceahhakhnccimnplk
简介 Neat hovercards for GitHub.
文件大小 121 KB
安装次数 10,000
当前版本 1.9.4
更新时间 2021-05-13
上架时间 2019-03-27
评分 4.68/5 共41次评分
开发者 https://justineo.github.io/github-hovercard
电子邮箱 [email protected]
付费类型 free
扩展官网 https://justineo.github.io/github-hovercard/
帮助页面URL https://github.com/Justineo/github-hovercard/issues
支持的语言 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
    }
}