Lightweight New Tab Page
Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.
Qu'est-ce que Lightweight New Tab Page ?
Lightweight New Tab Page est une extension Chrome développée par DJ Madeira, et sa fonction principale est "Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lightweight New Tab Page
Téléchargez les fichiers d'extension Lightweight New Tab Page 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
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
Informations de Base sur l'Extension
Nom | |
ID | cahfgmimpeeiibiicmeengglhpnhbkki |
URL Officiel | https://chrome.google.com/webstore/detail/lightweight-new-tab-page/cahfgmimpeeiibiicmeengglhpnhbkki |
Description | Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't. |
Taille du Fichier | 35.08 KB |
Nombre d'Installations | 80 |
Version Actuelle | 1.2.3 |
Dernière Mise à Jour | 2015-04-14 |
Date de Publication | 2015-04-14 |
Évaluation | 4.33/5 Total 9 Évaluations |
Développeur | DJ Madeira |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/djmadeira/lightweight-new-tab-page |
URL de la Page d'Aide | https://github.com/djmadeira/lightweight-new-tab-page/issues |
Langues Prises en Charge | 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" } } |