Zen Start

Freshen up your new tab page with the content that matters to you.

O que é Zen Start?

Zen Start é uma extensão do Chrome desenvolvida por ZenStart, e sua principal característica é "Freshen up your new tab page with the content that matters to you.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Zen Start

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

                        Replace your default new tab page with Zen Start! Zen Start puts beautiful imagery and important information right at your fingertips. When you open a new browser tab, you'll see local weather along with the current date and time atop exquisite, professionally shot photos specifically curated to promote peacefulness and serenity.

Features:
- Sleek, minimalist design
- Date, time, and local weather all in one place
- Stunning photo backgrounds                    

Informações Básicas da Extensão

Nome Zen Start Zen Start
ID nnaahicdbhjimbeclhagenfdakioleda
URL Oficial https://chrome.google.com/webstore/detail/zen-start/nnaahicdbhjimbeclhagenfdakioleda
Descrição Freshen up your new tab page with the content that matters to you.
Tamanho do Arquivo 417 KB
Contagem de Instalações 113
Versão Atual 1.16
Última Atualização 2019-10-28
Data de Publicação 2019-10-28
Classificação 4.92/5 Total de 26 Avaliações
Desenvolvedor ZenStart
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.zenstart.app/
URL da Página de Ajuda https://www.zenstart.app/terms-of-use
URL da Página de Política de Privacidade https://www.zenstart.app/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/16.png",
            "48": "assets\/icons\/48.png",
            "128": "assets\/icons\/128.png"
        }
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "topSites",
        "activeTab",
        "browsingData",
        "geolocation",
        "history",
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "version": "1.16",
    "name": "Zen Start",
    "description": "Freshen up your new tab page with the content that matters to you."
}