Zen Forest New Tab
Turn your laptp into the window of a forest
What is Zen Forest New Tab?
Zen Forest New Tab is a Chrome extension developed by https://forestbrowser.com, and its main feature is "Turn your laptp into the window of a forest".
Extension Screenshots
Download Zen Forest New Tab Extension CRX File
Download Zen Forest New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Zen Forest New Tab |
ID | bfodheifdlmpadhpoecnofhkgblheacl |
Official URL | https://chromewebstore.google.com/detail/zen-forest-new-tab/bfodheifdlmpadhpoecnofhkgblheacl |
Description | Turn your laptp into the window of a forest |
File Size | 13.77 MB |
Installation Count | 0 |
Current Version | 1.4 |
Last Updated | 2021-06-24 |
Publish Date | 2021-06-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://forestbrowser.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.forestbrowser.com |
Help Page URL | http://www.forestbrowser.com |
Privacy Policy Page URL | https://forestbrowser.com/privacy |
Supported Languages | 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" ] } |