New Tab Mindfulness
A gentle reminder to live in the moment with mindfulness quotes and meditations.
New Tab Mindfulnessคืออะไร?
New Tab Mindfulness เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Mindful Tech Lab และคุณลักษณะหลักของมันคือ "A gentle reminder to live in the moment with mindfulness quotes and meditations."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab Mindfulness
ดาวน์โหลดไฟล์ส่วนขยาย New Tab Mindfulness ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enhance your default 'new tab' page to display a random quote on mindfulness and quick links to meditations in your browser. Whether you're overwhelmed with work throughout the day or are rushing to complete multiple tasks at once, the New Tab Mindfulness extension is here to remind you to not get overwhelmed, take a few deep breaths, and then take on the tasks at hand. It's simple, but useful.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gakekacnalcpkgkogmbmknlcdikjghba |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/new-tab-mindfulness/gakekacnalcpkgkogmbmknlcdikjghba |
คำอธิบาย | A gentle reminder to live in the moment with mindfulness quotes and meditations. |
ขนาดไฟล์ | 38.32 KB |
จำนวนการติดตั้ง | 454 |
เวอร์ชันปัจจุบัน | 2.5 |
อัปเดตครั้งล่าสุด | 2017-07-19 |
วันที่เผยแพร่ | 2017-07-19 |
คะแนน | 4.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | The Mindful Tech Lab |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://themindfultechlab.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab Mindfulness", "description": "A gentle reminder to live in the moment with mindfulness quotes and meditations.", "version": "2.5", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "management" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |