5 minute fork
Adds a button to GitHub pages so with one click you can view the files of the repo hosted on the web by 5minfork.com
Was ist 5 minute fork?
5 minute fork ist eine Chrome-Erweiterung, die von Remy Sharp / Left Logic entwickelt wurde, und ihr Hauptmerkmal ist "Adds a button to GitHub pages so with one click you can view the files of the repo hosted on the web by 5minfork.com".
Erweiterungsscreenshots
5 minute fork-Erweiterungs-CRX-Datei herunterladen
Laden Sie 5 minute fork-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
5 minute fork creates a temporary clone of a github repo when the repo owner hasn't hosted their demo. This extension adds a '5 minute fork' button to github repos to quickly and easily clone. As explained on HackerNews: "If a github repo has an index.html file and you click on it, github will show you the source instead of the webpage. 5minfork shows you the webpage so that you can have an idea of what the repo is about."
Grundlegende Informationen zur Erweiterung
Name | 5 minute fork |
ID | idfhgkibldeniiijlnenfhlilhbifbff |
Offizielle URL | https://chromewebstore.google.com/detail/5-minute-fork/idfhgkibldeniiijlnenfhlilhbifbff |
Beschreibung | Adds a button to GitHub pages so with one click you can view the files of the repo hosted on the web by 5minfork.com |
Dateigröße | 95.7 KB |
Installationsanzahl | 42 |
Aktuelle Version | 1.0.17 |
Letztes Update | 2015-06-29 |
Veröffentlichungsdatum | 2015-06-29 |
Bewertung | 4.20/5 Insgesamt 5 Bewertungen |
Entwickler | Remy Sharp / Left Logic |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://5minfork.com |
URL der Datenschutzrichtlinien-Seite | https://leftlogic.com/privacy/extensions |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "5 minute fork", "version": "1.0.17", "manifest_version": 2, "homepage_url": "http:\/\/5minfork.com", "description": "Adds a button to GitHub pages so with one click you can view the files of the repo hosted on the web by 5minfork.com", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "js": [ "inpage.js" ], "matches": [ "http:\/\/*.github.com\/*", "https:\/\/*.github.com\/*" ], "run_at": "document_end" } ] } |