Lightweight New Tab Page
Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.
O que é Lightweight New Tab Page?
Lightweight New Tab Page é uma extensão do Chrome desenvolvida por DJ Madeira, e sua principal característica é "Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Lightweight New Tab Page
Baixe arquivos de extensão Lightweight New Tab Page no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | cahfgmimpeeiibiicmeengglhpnhbkki |
URL Oficial | https://chrome.google.com/webstore/detail/lightweight-new-tab-page/cahfgmimpeeiibiicmeengglhpnhbkki |
Descrição | Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't. |
Tamanho do Arquivo | 35.08 KB |
Contagem de Instalações | 80 |
Versão Atual | 1.2.3 |
Última Atualização | 2015-04-14 |
Data de Publicação | 2015-04-14 |
Classificação | 4.33/5 Total de 9 Avaliações |
Desenvolvedor | DJ Madeira |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/djmadeira/lightweight-new-tab-page |
URL da Página de Ajuda | https://github.com/djmadeira/lightweight-new-tab-page/issues |
Idiomas Suportados | 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" } } |