Lightweight New Tab Page
Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.
Τι είναι το Lightweight New Tab Page;
Το Lightweight New Tab Page είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DJ Madeira, και η κύρια λειτουργία του είναι "Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Lightweight New Tab Page
Λήψη αρχείων επέκτασης Lightweight New Tab Page σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Best features: - Lightning fast (~20ms) - Full CSS customization - Custom quick links - Accessible - Cache & history clearing tools - Chrome-native feel If you want a new feature, you can file an issue or submit a pull request on GitHub: https://github.com/djmadeira/lightweight-new-tab-page However, I'm going to be pretty conservative on what get's added. I want this to stay very, very simple. Store image background credit: Abdul Rahman https://www.flickr.com/photos/yunir/15647252567
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | cahfgmimpeeiibiicmeengglhpnhbkki |
Επίσημο URL | https://chrome.google.com/webstore/detail/lightweight-new-tab-page/cahfgmimpeeiibiicmeengglhpnhbkki |
Περιγραφή | Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't. |
Μέγεθος Αρχείου | 35.08 KB |
Αριθμός Εγκαταστάσεων | 80 |
Τρέχουσα Έκδοση | 1.2.3 |
Τελευταία Ενημέρωση | 2015-04-14 |
Ημερομηνία Δημοσίευσης | 2015-04-14 |
Αξιολόγηση | 4.33/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | DJ Madeira |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/djmadeira/lightweight-new-tab-page |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/djmadeira/lightweight-new-tab-page/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lightweight New Tab Page", "short_name": "Lightweight New Tab", "description": "Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.", "author": "DJ Madeira", "version": "1.2.3", "permissions": [ "tabs", "browsingData", "history", "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "48": "img\/icon_48.png", "128": "img\/icon_128.png" } } |