Min New Tab

A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.

Was ist Min New Tab?

Min New Tab ist eine Chrome-Erweiterung, die von Stanley Lim entwickelt wurde, und ihr Hauptmerkmal ist "A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Min New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Min 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

                        Min is a beautiful lightweight alternative to the regular new tab page for Google Chrome that focuses on simplifying your browsing experience without removing essential features. Min will work on any computer with Chrome and all information will sync across devices.

Min displays breathtaking photos that truly inspires along with a distraction free design and elegant fonts.

Images are provided by Unspalsh. https://unsplash.com                    

Grundlegende Informationen zur Erweiterung

Name Min New Tab Min New Tab
ID ceaabelmocjaianlmapkjobmmhgjhbho
Offizielle URL https://chrome.google.com/webstore/detail/min-new-tab/ceaabelmocjaianlmapkjobmmhgjhbho
Beschreibung A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.
Dateigröße 51.95 KB
Installationsanzahl 73
Aktuelle Version 1.0.0
Letztes Update 2016-07-29
Veröffentlichungsdatum 2016-07-29
Bewertung 4.60/5 Insgesamt 5 Bewertungen
Entwickler Stanley Lim
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "permissions": [
        "storage",
        "topSites"
    ],
    "offline_enabled": true,
    "name": "Min New Tab",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}