Zen Forest New Tab
Turn your laptp into the window of a forest
Zen Forest New Tabคืออะไร?
Zen Forest New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://forestbrowser.com และคุณลักษณะหลักของมันคือ "Turn your laptp into the window of a forest"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zen Forest New Tab
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |