GitHub Hovercard

Neat hovercards for GitHub.

Vad är GitHub Hovercard?

GitHub Hovercard är en Chrome-tillägg utvecklad av https://justineo.github.io/github-hovercard, och dess huvudfunktion är "Neat hovercards for GitHub.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner GitHub Hovercard-förlängningens CRX-fil

Ladda ner GitHub Hovercard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn GitHub Hovercard GitHub Hovercard
ID mmoahbbnojgkclgceahhakhnccimnplk
Officiell webbadress https://chromewebstore.google.com/detail/github-hovercard/mmoahbbnojgkclgceahhakhnccimnplk
Beskrivning Neat hovercards for GitHub.
Filstorlek 121 KB
Antal Installationer 10,000
Aktuell Version 1.9.4
Senast Uppdaterad 2021-05-13
Publiceringsdatum 2019-03-27
Betyg 4.68/5 Totalt 41 Betyg
Utvecklare https://justineo.github.io/github-hovercard
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://justineo.github.io/github-hovercard/
Hjälpsida URL https://github.com/Justineo/github-hovercard/issues
Stödda Språk 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
    }
}