Your New Tab Page

Overrides the new tab page on Chrome with a more elegant and simple design.

Co je Your New Tab Page?

Your New Tab Page je rozšíření Chrome vyvinuté disregarding standards, a jeho hlavní funkcí je „Overrides the new tab page on Chrome with a more elegant and simple design.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

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

Stáhněte si soubory rozšíření Your 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í

                        Allows you to customize your new tab page by adding whatever links you want, and not be stuck with the default 8.

You are now able to customize the font and background color.
Under "Settings", enter colors in hex (#FFFFFF is white) notation.

Uses:
- Place new links to your favorite websites
- Keep track of your packages by adding a link
- Have more, or less, than just 8 links.


Todo:
- Ability to sort the links
- Provide weather information
- Add a to-do list                    

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

Název Your New Tab Page Your New Tab Page
ID daeegpekhhgennllidlchmpaamfjhnfk
Oficiální URL https://chromewebstore.google.com/detail/your-new-tab-page/daeegpekhhgennllidlchmpaamfjhnfk
Popis Overrides the new tab page on Chrome with a more elegant and simple design.
Velikost souboru 160 KB
Počet instalací 10
Aktuální Verze 1.4
Poslední Aktualizace 2014-01-25
Datum Vydání 2014-01-25
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář disregarding standards
Typ Platby free
Webové stránky Rozšíření https://github.com/yvescourtois/your-new-tab-page
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Your New Tab Page",
    "description": "Overrides the new tab page on Chrome with a more elegant and simple design.",
    "version": "1.4",
    "manifest_version": 2,
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "topSites",
        "http:\/\/query.yahooapis.com\/"
    ],
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "blank.gif"
    },
    "background": {
        "scripts": [
            "includes\/jquery-1.10.2.min.js",
            "includes\/bootstrap.min.js",
            "includes\/events.js",
            "includes\/ready.js"
        ]
    }
}