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.
Wat is Github Pages Extension?
Github Pages Extension is een Chrome-extensie ontwikkeld door jan.monschke, en de belangrijkste functie is "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.".
Extensie Screenshots
Download het CRX-bestand van de extensie Github Pages Extension
Download Github Pages Extension-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
Basisinformatie over de Extensie
Naam | Github Pages Extension |
ID | abglkfedjobofmldleaiippfdmefooem |
Officiële URL | https://chromewebstore.google.com/detail/github-pages-extension/abglkfedjobofmldleaiippfdmefooem |
Beschrijving | Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set. |
Bestandsgrootte | 65.59 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2013-01-18 |
Publicatiedatum | 2013-01-17 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | jan.monschke |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |