Zen Forest New Tab
Turn your laptp into the window of a forest
Wat is Zen Forest New Tab?
Zen Forest New Tab is een Chrome-extensie ontwikkeld door https://forestbrowser.com, en de belangrijkste functie is "Turn your laptp into the window of a forest".
Extensie Screenshots
Download het CRX-bestand van de extensie Zen Forest New Tab
Download Zen Forest New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Zen Forest New Tab |
ID | bfodheifdlmpadhpoecnofhkgblheacl |
Officiële URL | https://chromewebstore.google.com/detail/zen-forest-new-tab/bfodheifdlmpadhpoecnofhkgblheacl |
Beschrijving | Turn your laptp into the window of a forest |
Bestandsgrootte | 13.77 MB |
Aantal Installaties | 0 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2021-06-24 |
Publicatiedatum | 2021-06-23 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://forestbrowser.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.forestbrowser.com |
Help Pagina-URL | http://www.forestbrowser.com |
URL van de Privacybeleid Pagina | https://forestbrowser.com/privacy |
Ondersteunde Talen | 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" ] } |