Min New Tab

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

¿Qué es Min New Tab?

Min New Tab es una extensión de Chrome desarrollada por Stanley Lim, y su función principal es "A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Min New Tab

Descarga archivos de extensión Min New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Min New Tab Min New Tab
ID ceaabelmocjaianlmapkjobmmhgjhbho
URL Oficial https://chrome.google.com/webstore/detail/min-new-tab/ceaabelmocjaianlmapkjobmmhgjhbho
Descripción A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.
Tamaño del Archivo 51.95 KB
Cantidad de Instalaciones 73
Versión Actual 1.0.0
Última Actualización 2016-07-29
Fecha de Publicación 2016-07-29
Calificación 4.60/5 Total de 5 Calificaciones
Desarrollador Stanley Lim
Tipo de Pago free
Idiomas Soportados 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"
}