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
Cos'è 5 minute fork?
5 minute fork è un'estensione di Chrome sviluppata da Remy Sharp / Left Logic, e la sua funzione principale è "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".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 5 minute fork
Scarica i file di estensione 5 minute fork in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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."
Informazioni di Base sull'Estensione
Nome | 5 minute fork |
ID | idfhgkibldeniiijlnenfhlilhbifbff |
URL Ufficiale | https://chromewebstore.google.com/detail/5-minute-fork/idfhgkibldeniiijlnenfhlilhbifbff |
Descrizione | 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 |
Dimensione del File | 95.7 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 1.0.17 |
Ultimo Aggiornamento | 2015-06-29 |
Data di Pubblicazione | 2015-06-29 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | Remy Sharp / Left Logic |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://5minfork.com |
URL della Pagina della Politica sulla Privacy | https://leftlogic.com/privacy/extensions |
Lingue Supportate | 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" } ] } |