Make GitHub Pages Full Width
Makes the GitHub Pull Request, Commit, and Blob pages span the full width of the browser.
Τι είναι το Make GitHub Pages Full Width;
Το Make GitHub Pages Full Width είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.danskingdom.com, και η κύρια λειτουργία του είναι "Makes the GitHub Pull Request, Commit, and Blob pages span the full width of the browser.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Make GitHub Pages Full Width
Λήψη αρχείων επέκτασης Make GitHub Pages Full Width σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Makes the GitHub Pull Request, Commit, and Blob pages span the full width of your browser, rather than maxing out at the default ~900 pixels. This makes viewing code on GitHub much easier, as most developers have widescreen monitors. If the page fails to expand, simply refresh the page.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Make GitHub Pages Full Width |
ID | dfpgjcidmobcpaoolhgchdcmdgenbaoa |
Επίσημο URL | https://chromewebstore.google.com/detail/make-github-pages-full-wi/dfpgjcidmobcpaoolhgchdcmdgenbaoa |
Περιγραφή | Makes the GitHub Pull Request, Commit, and Blob pages span the full width of the browser. |
Μέγεθος Αρχείου | 5.43 KB |
Αριθμός Εγκαταστάσεων | 123 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2014-05-27 |
Ημερομηνία Δημοσίευσης | 2014-05-27 |
Αξιολόγηση | 2.75/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | https://www.danskingdom.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Make GitHub Pages Full Width", "description": "Makes the GitHub Pull Request, Commit, and Blob pages span the full width of the browser.", "version": "1.0", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/pull\/*\/files*", "https:\/\/github.com\/*\/commit\/*", "https:\/\/github.com\/*\/blob\/*" ], "js": [ "MakeGitHubPullRequestCommitAndBlobPagesFullWidth.user.js" ] } ] } |