GitHub Hovercard

Neat hovercards for GitHub.

Qu'est-ce que GitHub Hovercard ?

GitHub Hovercard est une extension Chrome développée par https://justineo.github.io/github-hovercard, et sa fonction principale est "Neat hovercards for GitHub.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension GitHub Hovercard

Téléchargez les fichiers d'extension GitHub Hovercard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom GitHub Hovercard GitHub Hovercard
ID mmoahbbnojgkclgceahhakhnccimnplk
URL Officiel https://chromewebstore.google.com/detail/github-hovercard/mmoahbbnojgkclgceahhakhnccimnplk
Description Neat hovercards for GitHub.
Taille du Fichier 121 KB
Nombre d'Installations 10,000
Version Actuelle 1.9.4
Dernière Mise à Jour 2021-05-13
Date de Publication 2019-03-27
Évaluation 4.68/5 Total 41 Évaluations
Développeur https://justineo.github.io/github-hovercard
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://justineo.github.io/github-hovercard/
URL de la Page d'Aide https://github.com/Justineo/github-hovercard/issues
Langues Prises en Charge 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
    }
}