Minimalist New Tab

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

Hvad er Minimalist New Tab?

Minimalist New Tab er en Chrome-udvidelse udviklet af John, og dens hovedfunktion er "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Minimalist New Tab-udvidelses-CRX-fil

Download Minimalist New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Minimalist New Tab Minimalist New Tab
ID cadppknnfehhlmfdkemdmdoogcldmane
Officiel URL https://chromewebstore.google.com/detail/minimalist-new-tab/cadppknnfehhlmfdkemdmdoogcldmane
Beskrivelse Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.
Filstørrelse 131 KB
Antal Installationer 262
Nuværende Version 0.2.6
Senest Opdateret 2019-02-06
Udgivelsesdato 2019-02-06
Bedømmelse 4.86/5 Samlet 7 Bedømmelser
Udvikler John
Betalingsmetode free
Understøttede Sprog 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"
}