GitHub Hovercard

Neat hovercards for GitHub.

GitHub Hovercardคืออะไร?

GitHub Hovercard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://justineo.github.io/github-hovercard และคุณลักษณะหลักของมันคือ "Neat hovercards for GitHub."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Hovercard

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}