Github Pages Extension
Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.
Was ist Github Pages Extension?
Github Pages Extension ist eine Chrome-Erweiterung, die von jan.monschke entwickelt wurde, und ihr Hauptmerkmal ist "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.".
Erweiterungsscreenshots
Github Pages Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Github Pages Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | abglkfedjobofmldleaiippfdmefooem |
| Offizielle URL | https://chromewebstore.google.com/detail/github-pages-extension/abglkfedjobofmldleaiippfdmefooem |
| Beschreibung | Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set. |
| Dateigröße | 65.59 KB |
| Installationsanzahl | 28 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2013-01-18 |
| Veröffentlichungsdatum | 2013-01-17 |
| Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
| Entwickler | jan.monschke |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Github Pages Extension",
"version": "1.0.1",
"manifest_version": 2,
"description": "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.",
"content_scripts": [
{
"js": [
"jquery.js",
"content.js"
],
"matches": [
"http:\/\/github.com\/*",
"https:\/\/github.com\/*"
]
}
],
"icons": {
"48": "icon48.png",
"128": "icon.png"
}
} | |