Lightweight New Tab Page

Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.

Wat is Lightweight New Tab Page?

Lightweight New Tab Page is een Chrome-extensie ontwikkeld door DJ Madeira, en de belangrijkste functie is "Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Lightweight New Tab Page

Download Lightweight New Tab Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Lightweight New Tab Page Lightweight New Tab Page
ID cahfgmimpeeiibiicmeengglhpnhbkki
Officiële URL https://chrome.google.com/webstore/detail/lightweight-new-tab-page/cahfgmimpeeiibiicmeengglhpnhbkki
Beschrijving Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.
Bestandsgrootte 35.08 KB
Aantal Installaties 80
Huidige Versie 1.2.3
Laatst Bijgewerkt 2015-04-14
Publicatiedatum 2015-04-14
Beoordeling 4.33/5 Totaal 9 Beoordelingen
Ontwikkelaar DJ Madeira
Betalingswijze free
Extensiewebsite https://github.com/djmadeira/lightweight-new-tab-page
Help Pagina-URL https://github.com/djmadeira/lightweight-new-tab-page/issues
Ondersteunde Talen 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"
    }
}