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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}