Minimalist New Tab

Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.

Was ist Minimalist New Tab?

Minimalist New Tab ist eine Chrome-Erweiterung, die von John entwickelt wurde, und ihr Hauptmerkmal ist "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Minimalist New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Minimalist New Tab-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

                        Minimalist New Tab is a new tab page that replaces the stock new tab page. Minimalist New Tab gives you access to common Google apps, the local weather and installed Chrome apps. You can also choose between random and custom images, and solid color wallpapers!                    

Grundlegende Informationen zur Erweiterung

Name Minimalist New Tab Minimalist New Tab
ID cadppknnfehhlmfdkemdmdoogcldmane
Offizielle URL https://chromewebstore.google.com/detail/minimalist-new-tab/cadppknnfehhlmfdkemdmdoogcldmane
Beschreibung Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.
Dateigröße 131 KB
Installationsanzahl 262
Aktuelle Version 0.2.6
Letztes Update 2019-02-06
Veröffentlichungsdatum 2019-02-06
Bewertung 4.86/5 Insgesamt 7 Bewertungen
Entwickler John
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minimalist New Tab",
    "version": "0.2.6",
    "minimum_chrome_version": "23",
    "description": "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.",
    "author": "John",
    "icons": {
        "128": "assets\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "http:\/\/*.alphacoders.com\/*",
        "https:\/\/*.alphacoders.com\/*",
        "https:\/\/query.yahooapis.com\/v1\/public\/yql*",
        "http:\/\/fonts.googleapis.com\/*",
        "storage",
        "tabs",
        "geolocation",
        "bookmarks"
    ],
    "options_page": "options.html"
}