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
官方網址 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
    }
}