Zen Forest New Tab

Turn your laptp into the window of a forest

O que é Zen Forest New Tab?

Zen Forest New Tab é uma extensão do Chrome desenvolvida por https://forestbrowser.com, e sua principal característica é "Turn your laptp into the window of a forest".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Zen Forest New Tab

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

                        The Zen Forest New Tab extension allows you to transport yourself into a forest for meditation and relaxation. Your blank and boring browser new tabs are replaced with videos of lush forests and the relaxing sounds of nature. 

Stay focused without any unnecessary distractions on your new tab page but still retain easy access to a search bar and clock showing the current date and time.                    

Informações Básicas da Extensão

Nome Zen Forest New Tab Zen Forest New Tab
ID bfodheifdlmpadhpoecnofhkgblheacl
URL Oficial https://chromewebstore.google.com/detail/zen-forest-new-tab/bfodheifdlmpadhpoecnofhkgblheacl
Descrição Turn your laptp into the window of a forest
Tamanho do Arquivo 13.77 MB
Contagem de Instalações 0
Versão Atual 1.4
Última Atualização 2021-06-24
Data de Publicação 2021-06-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://forestbrowser.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.forestbrowser.com
URL da Página de Ajuda http://www.forestbrowser.com
URL da Página de Política de Privacidade https://forestbrowser.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_name__",
    "version": "1.4",
    "description": "__MSG_manifest_description__",
    "manifest_version": 2,
    "default_locale": "en",
    "homepage_url": "http:\/\/www.forestbrowser.com\/",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "backgroundEvents.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/logo_xxsmall.png",
        "48": "assets\/logo_small.png",
        "128": "assets\/logo_large.png"
    },
    "browser_action": {
        "default_title": "__MSG_manifest_title__",
        "default_icon": "assets\/logo_xsmall.png"
    },
    "web_accessible_resources": [
        "assets\/logo_xsmall.png",
        "assets\/logo_medium.png"
    ]
}