Github Pages Extension
Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.
Τι είναι το Github Pages Extension;
Το Github Pages Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jan.monschke, και η κύρια λειτουργία του είναι "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Github Pages Extension
Λήψη αρχείων επέκτασης Github Pages Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Βασικές Πληροφορίες Επέκτασης
Όνομα | Github Pages Extension |
ID | abglkfedjobofmldleaiippfdmefooem |
Επίσημο URL | https://chromewebstore.google.com/detail/github-pages-extension/abglkfedjobofmldleaiippfdmefooem |
Περιγραφή | Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set. |
Μέγεθος Αρχείου | 65.59 KB |
Αριθμός Εγκαταστάσεων | 28 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2013-01-18 |
Ημερομηνία Δημοσίευσης | 2013-01-17 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | jan.monschke |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Pages Extension", "version": "1.0.1", "manifest_version": 2, "description": "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.", "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "matches": [ "http:\/\/github.com\/*", "https:\/\/github.com\/*" ] } ], "icons": { "48": "icon48.png", "128": "icon.png" } } |