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

Qu'est-ce que 5 minute fork ?

5 minute fork est une extension Chrome développée par Remy Sharp / Left Logic, et sa fonction principale est "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".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 5 minute fork

Téléchargez les fichiers d'extension 5 minute fork au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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."                    

Informations de Base sur l'Extension

Nom 5 minute fork 5 minute fork
ID idfhgkibldeniiijlnenfhlilhbifbff
URL Officiel https://chromewebstore.google.com/detail/5-minute-fork/idfhgkibldeniiijlnenfhlilhbifbff
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
Taille du Fichier 95.7 KB
Nombre d'Installations 42
Version Actuelle 1.0.17
Dernière Mise à Jour 2015-06-29
Date de Publication 2015-06-29
Évaluation 4.20/5 Total 5 Évaluations
Développeur Remy Sharp / Left Logic
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://5minfork.com
URL de la Page de Politique de Confidentialité https://leftlogic.com/privacy/extensions
Langues Prises en Charge 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"
        }
    ]
}