Zen Forest New Tab

Turn your laptp into the window of a forest

Zen Forest New Tab là gì?

Zen Forest New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://forestbrowser.com, và tính năng chính của nó là "Turn your laptp into the window of a forest".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zen Forest New Tab

Tải xuống các tệp mở rộng Zen Forest New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zen Forest New Tab Zen Forest New Tab
ID bfodheifdlmpadhpoecnofhkgblheacl
URL Chính Thức https://chromewebstore.google.com/detail/zen-forest-new-tab/bfodheifdlmpadhpoecnofhkgblheacl
Mô tả Turn your laptp into the window of a forest
Kích Thước Tệp 13.77 MB
Số Lần Cài Đặt 0
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2021-06-24
Ngày Phát Hành 2021-06-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://forestbrowser.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.forestbrowser.com
URL Trang Trợ Giúp http://www.forestbrowser.com
URL Trang Chính Sách Bảo Mật https://forestbrowser.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}