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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Zen Forest New Tab
ID bfodheifdlmpadhpoecnofhkgblheacl
官方網址 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"
    ]
}