Min New Tab

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

O que é Min New Tab?

Min New Tab é uma extensão do Chrome desenvolvida por Stanley Lim, e sua principal característica é "A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Min New Tab

Baixe arquivos de extensão Min New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Min New Tab Min New Tab
ID ceaabelmocjaianlmapkjobmmhgjhbho
URL Oficial https://chrome.google.com/webstore/detail/min-new-tab/ceaabelmocjaianlmapkjobmmhgjhbho
Descrição A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.
Tamanho do Arquivo 51.95 KB
Contagem de Instalações 73
Versão Atual 1.0.0
Última Atualização 2016-07-29
Data de Publicação 2016-07-29
Classificação 4.60/5 Total de 5 Avaliações
Desenvolvedor Stanley Lim
Tipo de Pagamento free
Idiomas Suportados 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"
}