Minimalist New Tab
Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.
Τι είναι το Minimalist New Tab;
Το Minimalist New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον John, και η κύρια λειτουργία του είναι "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Minimalist New Tab
Λήψη αρχείων επέκτασης Minimalist New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Minimalist New Tab is a new tab page that replaces the stock new tab page. Minimalist New Tab gives you access to common Google apps, the local weather and installed Chrome apps. You can also choose between random and custom images, and solid color wallpapers!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Minimalist New Tab |
ID | cadppknnfehhlmfdkemdmdoogcldmane |
Επίσημο URL | https://chromewebstore.google.com/detail/minimalist-new-tab/cadppknnfehhlmfdkemdmdoogcldmane |
Περιγραφή | Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface. |
Μέγεθος Αρχείου | 131 KB |
Αριθμός Εγκαταστάσεων | 262 |
Τρέχουσα Έκδοση | 0.2.6 |
Τελευταία Ενημέρωση | 2019-02-06 |
Ημερομηνία Δημοσίευσης | 2019-02-06 |
Αξιολόγηση | 4.86/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | John |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minimalist New Tab", "version": "0.2.6", "minimum_chrome_version": "23", "description": "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.", "author": "John", "icons": { "128": "assets\/icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "http:\/\/*.alphacoders.com\/*", "https:\/\/*.alphacoders.com\/*", "https:\/\/query.yahooapis.com\/v1\/public\/yql*", "http:\/\/fonts.googleapis.com\/*", "storage", "tabs", "geolocation", "bookmarks" ], "options_page": "options.html" } |