Blank New Tab
Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.
Qu'est-ce que Blank New Tab ?
Blank New Tab est une extension Chrome développée par http://baylaunch.com, et sa fonction principale est "Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Blank New Tab
Téléchargez les fichiers d'extension Blank 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
Chrome's "new tab" is a cluttered mess. It's also a memory hog. This extension reduces the Chrome "new tab" from 140MB to about 40MB per tab, saving you 100MB per tab. You can also customize new tabs with your own text and HTML, via the extension's options page. Unlike many of the other extensions in this category, this extension by default gives you a completely blank "new tab" page, instead of replacing Chrome's clutter with more clutter.
Informations de Base sur l'Extension
Nom | |
ID | bdoedaflbnflgmbkogejhibdieoiiknh |
URL Officiel | https://chrome.google.com/webstore/detail/blank-new-tab/bdoedaflbnflgmbkogejhibdieoiiknh |
Description | Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab. |
Taille du Fichier | 5.64 KB |
Nombre d'Installations | 365 |
Version Actuelle | 1.0.0.0 |
Dernière Mise à Jour | 2015-04-07 |
Date de Publication | 2015-04-07 |
Évaluation | 4.83/5 Total 6 Évaluations |
Développeur | http://baylaunch.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "chrome_url_overrides": { "newtab": "blank.html" }, "description": "Blank \"new tab\" page. Reduces Chrome memory usage by up to 100MB per tab.", "icons": { "128": "128.png" }, "name": "Blank New Tab", "permissions": [ "tabs" ], "version": "1.0.0.0", "options_page": "options.html" } |