Zen Forest New Tab

Turn your laptp into the window of a forest

Cos'è Zen Forest New Tab?

Zen Forest New Tab è un'estensione di Chrome sviluppata da https://forestbrowser.com, e la sua funzione principale è "Turn your laptp into the window of a forest".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Zen Forest New Tab

Scarica i file di estensione Zen Forest New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Zen Forest New Tab Zen Forest New Tab
ID bfodheifdlmpadhpoecnofhkgblheacl
URL Ufficiale https://chromewebstore.google.com/detail/zen-forest-new-tab/bfodheifdlmpadhpoecnofhkgblheacl
Descrizione Turn your laptp into the window of a forest
Dimensione del File 13.77 MB
Conteggio Installazioni 0
Versione Corrente 1.4
Ultimo Aggiornamento 2021-06-24
Data di Pubblicazione 2021-06-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://forestbrowser.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.forestbrowser.com
URL della Pagina di Aiuto http://www.forestbrowser.com
URL della Pagina della Politica sulla Privacy https://forestbrowser.com/privacy
Lingue Supportate 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"
    ]
}