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
Τι είναι το 5 minute fork;
Το 5 minute fork είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Remy Sharp / Left Logic, και η κύρια λειτουργία του είναι "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".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 5 minute fork
Λήψη αρχείων επέκτασης 5 minute fork σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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."
Βασικές Πληροφορίες Επέκτασης
Όνομα | 5 minute fork |
ID | idfhgkibldeniiijlnenfhlilhbifbff |
Επίσημο URL | https://chromewebstore.google.com/detail/5-minute-fork/idfhgkibldeniiijlnenfhlilhbifbff |
Περιγραφή | 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 |
Μέγεθος Αρχείου | 95.7 KB |
Αριθμός Εγκαταστάσεων | 42 |
Τρέχουσα Έκδοση | 1.0.17 |
Τελευταία Ενημέρωση | 2015-06-29 |
Ημερομηνία Δημοσίευσης | 2015-06-29 |
Αξιολόγηση | 4.20/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | Remy Sharp / Left Logic |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://5minfork.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://leftlogic.com/privacy/extensions |
Υποστηριζόμενες Γλώσσες | 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" } ] } |