Perfect New Tab
This extension replaces the new tab page with a more feature-rich and lightweight page.
Τι είναι το Perfect New Tab;
Το Perfect New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ankit Gaurav, και η κύρια λειτουργία του είναι "This extension replaces the new tab page with a more feature-rich and lightweight page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Perfect New Tab
Λήψη αρχείων επέκτασης Perfect New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Rejuvenate your New Tab Page in Chrome 🔥 Features: 1. Lightweight (~ half the memory consumption compared to default new tab page) 3. Fast (New tab should load in a jiffy) 4. Quick access to recently bookmarked links (Don't worry where your last bookmark went) 4. Handy Todos widget 5. Most Frequently visited sites 6. Shortcuts for settings, downloads, history etc. 7. Change theme colors to your taste (Right-click on extension icon and go to Options) This is a work-in-progress, and updates shall continue to come in intervals for improvements. Changelog (Maintained from version 6.0.0 onwards): Version: 6.0.1 + Add customization shortcut Version: 6.0.0 + Add color customization for theming
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ljiklnmddpaoonnaoocaolnmpfcohjkn |
Επίσημο URL | https://chrome.google.com/webstore/detail/perfect-new-tab/ljiklnmddpaoonnaoocaolnmpfcohjkn |
Περιγραφή | This extension replaces the new tab page with a more feature-rich and lightweight page. |
Μέγεθος Αρχείου | 138 KB |
Αριθμός Εγκαταστάσεων | 48 |
Τρέχουσα Έκδοση | 6.0.1 |
Τελευταία Ενημέρωση | 2020-10-15 |
Ημερομηνία Δημοσίευσης | 2019-03-05 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Ankit Gaurav |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/theankitgaurav/perfect-new-tab |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/theankitgaurav/perfect-new-tab/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Perfect New Tab", "description": "This extension replaces the new tab page with a more feature-rich and lightweight page.", "homepage_url": "https:\/\/github.com\/theankitgaurav\/perfect-new-tab", "version": "6.0.1", "options_page": "src\/options.html", "chrome_url_overrides": { "newtab": "src\/index.html" }, "browser_action": [], "background": { "scripts": [ "src\/js\/background.js" ], "persistent": true }, "icons": { "48": "static\/icons\/icon.png" }, "permissions": [ "tabs", "bookmarks", "storage", "downloads", "history", "sessions", "topSites", "chrome:\/\/favicon\/" ] } |