Minimalist Tab

Simplify your Chrome new tab page.

O que é Minimalist Tab?

Minimalist Tab é uma extensão do Chrome desenvolvida por https://benandy.github.io, e sua principal característica é "Simplify your Chrome new tab page.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Minimalist Tab

Baixe arquivos de extensão Minimalist 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

                        Simplify your Chrome new tab page. A minimalist new tab page with only the essential two things you need to keep your week on track, the time and date. Nothing special, not overcrowded nor eye distracting.                    

Informações Básicas da Extensão

Nome Minimalist Tab Minimalist Tab
ID dcnlolkfplhlimlokmkinnmpjecghgcc
URL Oficial https://chromewebstore.google.com/detail/minimalist-tab/dcnlolkfplhlimlokmkinnmpjecghgcc
Descrição Simplify your Chrome new tab page.
Tamanho do Arquivo 6.73 KB
Contagem de Instalações 100
Versão Atual 1.1.7
Última Atualização 2017-10-03
Data de Publicação 2017-10-02
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://benandy.github.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://benandy.github.io/minimalisttab/
URL da Página de Política de Privacidade http://benandy.github.io/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.7",
    "name": "Minimalist Tab",
    "short_name": "Minimalist Tab",
    "description": "Simplify your Chrome new tab page.",
    "manifest_version": 2,
    "author": "Benjamin Developments",
    "offline_enabled": true,
    "homepage_url": "https:\/\/benandy.github.io\/minimalisttab",
    "incognito": "split",
    "content_security_policy": "script-src  'self' https:\/\/ssl.google-analytics.com; object-src 'self'; sandbox allow-forms allow-scripts allow-same-origin allow-modals",
    "minimum_chrome_version": "48.0.2564",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "cookies",
        "unlimitedStorage",
        "*:\/\/benandy.github.io\/*"
    ]
}