GitHub Hovercard
Neat hovercards for GitHub.
Wat is GitHub Hovercard?
GitHub Hovercard is een Chrome-extensie ontwikkeld door https://justineo.github.io/github-hovercard, en de belangrijkste functie is "Neat hovercards for GitHub.".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub Hovercard
Download GitHub Hovercard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
GitHub Hovercard provides neat hovercards for GitHub.
It brings you instant access to user/repo/issue/commit information from anywhere on GitHub. Basisinformatie over de Extensie
| Naam | |
| ID | mmoahbbnojgkclgceahhakhnccimnplk |
| Officiële URL | https://chromewebstore.google.com/detail/github-hovercard/mmoahbbnojgkclgceahhakhnccimnplk |
| Beschrijving | Neat hovercards for GitHub. |
| Bestandsgrootte | 121 KB |
| Aantal Installaties | 10,000 |
| Huidige Versie | 1.9.4 |
| Laatst Bijgewerkt | 2021-05-13 |
| Publicatiedatum | 2019-03-27 |
| Beoordeling | 4.68/5 Totaal 41 Beoordelingen |
| Ontwikkelaar | https://justineo.github.io/github-hovercard |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://justineo.github.io/github-hovercard/ |
| Help Pagina-URL | https://github.com/Justineo/github-hovercard/issues |
| Ondersteunde Talen | 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": [
" | |