Your New Tab Page

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

Wat is Your New Tab Page?

Your New Tab Page is een Chrome-extensie ontwikkeld door disregarding standards, en de belangrijkste functie is "Overrides the new tab page on Chrome with a more elegant and simple design.".

Extensie Screenshots

screenshot
screenshot
screenshot

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

Download Your 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

                        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                    

Basisinformatie over de Extensie

Naam Your New Tab Page Your New Tab Page
ID daeegpekhhgennllidlchmpaamfjhnfk
Officiële URL https://chromewebstore.google.com/detail/your-new-tab-page/daeegpekhhgennllidlchmpaamfjhnfk
Beschrijving Overrides the new tab page on Chrome with a more elegant and simple design.
Bestandsgrootte 160 KB
Aantal Installaties 10
Huidige Versie 1.4
Laatst Bijgewerkt 2014-01-25
Publicatiedatum 2014-01-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar disregarding standards
Betalingswijze free
Extensiewebsite https://github.com/yvescourtois/your-new-tab-page
Ondersteunde Talen 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"
        ]
    }
}