Lightweight New Tab Page
Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.
¿Qué es Lightweight New Tab Page?
Lightweight New Tab Page es una extensión de Chrome desarrollada por DJ Madeira, y su función principal es "Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Lightweight New Tab Page
Descarga archivos de extensión Lightweight New Tab Page en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | cahfgmimpeeiibiicmeengglhpnhbkki |
URL Oficial | https://chrome.google.com/webstore/detail/lightweight-new-tab-page/cahfgmimpeeiibiicmeengglhpnhbkki |
Descripción | Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't. |
Tamaño del Archivo | 35.08 KB |
Cantidad de Instalaciones | 80 |
Versión Actual | 1.2.3 |
Última Actualización | 2015-04-14 |
Fecha de Publicación | 2015-04-14 |
Calificación | 4.33/5 Total de 9 Calificaciones |
Desarrollador | DJ Madeira |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/djmadeira/lightweight-new-tab-page |
URL de la Página de Ayuda | https://github.com/djmadeira/lightweight-new-tab-page/issues |
Idiomas Soportados | 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" } } |