Zen Forest New Tab
Turn your laptp into the window of a forest
什么是Zen Forest New Tab?
Zen Forest New Tab是由https://forestbrowser.com开发的Chrome扩展程序,该扩展的主要功能是“Turn your laptp into the window of a forest”。
扩展截图
下载Zen Forest New Tab扩展crx文件
下载Zen Forest New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |