Min New Tab

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

Cos'è Min New Tab?

Min New Tab è un'estensione di Chrome sviluppata da Stanley Lim, e la sua funzione principale è "A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Min New Tab

Scarica i file di estensione Min New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Min New Tab Min New Tab
ID ceaabelmocjaianlmapkjobmmhgjhbho
URL Ufficiale https://chrome.google.com/webstore/detail/min-new-tab/ceaabelmocjaianlmapkjobmmhgjhbho
Descrizione A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.
Dimensione del File 51.95 KB
Conteggio Installazioni 73
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-07-29
Data di Pubblicazione 2016-07-29
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore Stanley Lim
Tipo di Pagamento free
Lingue Supportate 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"
}