Zen Forest New Tab
Turn your laptp into the window of a forest
Zen Forest New Tab क्या है?
Zen Forest New Tab https://forestbrowser.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn your laptp into the window of a forest"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zen Forest New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Zen Forest New Tab |
ID | bfodheifdlmpadhpoecnofhkgblheacl |
आधिकारिक URL | https://chromewebstore.google.com/detail/zen-forest-new-tab/bfodheifdlmpadhpoecnofhkgblheacl |
विवरण | Turn your laptp into the window of a forest |
फ़ाइल का आकार | 13.77 MB |
स्थापना संख्या | 0 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2021-06-24 |
प्रकाशन तिथि | 2021-06-23 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://forestbrowser.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.forestbrowser.com |
सहायता पृष्ठ URL | http://www.forestbrowser.com |
गोपनीयता नीति पृष्ठ URL | https://forestbrowser.com/privacy |
समर्थित भाषाएँ | 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" ] } |