Lightweight New Tab Page

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

Co je Lightweight New Tab Page?

Lightweight New Tab Page je rozšíření Chrome vyvinuté DJ Madeira, a jeho hlavní funkcí je „Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Lightweight New Tab Page

Stáhněte si soubory rozšíření Lightweight New Tab Page ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Lightweight New Tab Page Lightweight New Tab Page
ID cahfgmimpeeiibiicmeengglhpnhbkki
Oficiální URL https://chrome.google.com/webstore/detail/lightweight-new-tab-page/cahfgmimpeeiibiicmeengglhpnhbkki
Popis Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.
Velikost souboru 35.08 KB
Počet instalací 80
Aktuální Verze 1.2.3
Poslední Aktualizace 2015-04-14
Datum Vydání 2015-04-14
Hodnocení 4.33/5 Celkem 9 Hodnocení
Vývojář DJ Madeira
Typ Platby free
Webové stránky Rozšíření https://github.com/djmadeira/lightweight-new-tab-page
URL Stránky Nápovědy https://github.com/djmadeira/lightweight-new-tab-page/issues
Podporované Jazyky 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"
    }
}