Your New Tab Page

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

Was ist Your New Tab Page?

Your New Tab Page ist eine Chrome-Erweiterung, die von disregarding standards entwickelt wurde, und ihr Hauptmerkmal ist "Overrides the new tab page on Chrome with a more elegant and simple design.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Your New Tab Page-Erweiterungs-CRX-Datei herunterladen

Laden Sie Your New Tab Page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Your New Tab Page Your New Tab Page
ID daeegpekhhgennllidlchmpaamfjhnfk
Offizielle URL https://chromewebstore.google.com/detail/your-new-tab-page/daeegpekhhgennllidlchmpaamfjhnfk
Beschreibung Overrides the new tab page on Chrome with a more elegant and simple design.
Dateigröße 160 KB
Installationsanzahl 10
Aktuelle Version 1.4
Letztes Update 2014-01-25
Veröffentlichungsdatum 2014-01-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler disregarding standards
Zahlungsart free
Erweiterungswebsite https://github.com/yvescourtois/your-new-tab-page
Unterstützte Sprachen 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"
        ]
    }
}