GitHub Pages
Add a link to the GitHub-Page of a GitHub repository
Wat is GitHub Pages?
GitHub Pages is een Chrome-extensie ontwikkeld door Marco Rieger, en de belangrijkste functie is "Add a link to the GitHub-Page of a GitHub repository".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub Pages
Download GitHub Pages-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 | |
| ID | opeajkladelglljdblcjgkiclppcbkae |
| Officiële URL | https://chromewebstore.google.com/detail/github-pages/opeajkladelglljdblcjgkiclppcbkae |
| Beschrijving | Add a link to the GitHub-Page of a GitHub repository |
| Bestandsgrootte | 7.93 KB |
| Aantal Installaties | 145 |
| Huidige Versie | 1.2.0 |
| Laatst Bijgewerkt | 2015-11-13 |
| Publicatiedatum | 2015-11-13 |
| Ontwikkelaar | Marco Rieger |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/ins0/chrome-gh-pages |
| Help Pagina-URL | https://github.com/ins0/chrome-gh-pages/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GitHub Pages",
"version": "1.2.0",
"manifest_version": 2,
"description": "Add a link to the GitHub-Page of a GitHub repository",
"homepage_url": "https:\/\/github.com\/ins0\/chrome-gh-pages",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"permissions": [
"https:\/\/github.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"src\/gh-pages.js"
]
}
]
} | |