Zen Forest New Tab

Turn your laptp into the window of a forest

Qu'est-ce que Zen Forest New Tab ?

Zen Forest New Tab est une extension Chrome développée par https://forestbrowser.com, et sa fonction principale est "Turn your laptp into the window of a forest".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Zen Forest New Tab

Téléchargez les fichiers d'extension Zen Forest New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Zen Forest New Tab Zen Forest New Tab
ID bfodheifdlmpadhpoecnofhkgblheacl
URL Officiel https://chromewebstore.google.com/detail/zen-forest-new-tab/bfodheifdlmpadhpoecnofhkgblheacl
Description Turn your laptp into the window of a forest
Taille du Fichier 13.77 MB
Nombre d'Installations 0
Version Actuelle 1.4
Dernière Mise à Jour 2021-06-24
Date de Publication 2021-06-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://forestbrowser.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.forestbrowser.com
URL de la Page d'Aide http://www.forestbrowser.com
URL de la Page de Politique de Confidentialité https://forestbrowser.com/privacy
Langues Prises en Charge 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"
    ]
}