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 |
Eメール | [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" ] } |