Perfect New Tab
This extension replaces the new tab page with a more feature-rich and lightweight page.
Qu'est-ce que Perfect New Tab ?
Perfect New Tab est une extension Chrome développée par Ankit Gaurav, et sa fonction principale est "This extension replaces the new tab page with a more feature-rich and lightweight page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Perfect New Tab
Téléchargez les fichiers d'extension Perfect New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ljiklnmddpaoonnaoocaolnmpfcohjkn |
URL Officiel | https://chrome.google.com/webstore/detail/perfect-new-tab/ljiklnmddpaoonnaoocaolnmpfcohjkn |
Description | This extension replaces the new tab page with a more feature-rich and lightweight page. |
Taille du Fichier | 138 KB |
Nombre d'Installations | 48 |
Version Actuelle | 6.0.1 |
Dernière Mise à Jour | 2020-10-15 |
Date de Publication | 2019-03-05 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Ankit Gaurav |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/theankitgaurav/perfect-new-tab |
URL de la Page d'Aide | https://github.com/theankitgaurav/perfect-new-tab/issues |
Langues Prises en Charge | 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\/" ] } |