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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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
    }
}