New Moment
A river of joy throughout your day
New Momentคืออะไร?
New Moment เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://newmoment-tab.com และคุณลักษณะหลักของมันคือ "A river of joy throughout your day"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Moment
ดาวน์โหลดไฟล์ส่วนขยาย New Moment ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you lose track of time when you're on your computer, this extension has been created for you. We have hand-selected mindfulness quotes and reminders and paired it with calming imagery from Unsplash so that with each new tab, you have the opportunity for a New Moment. The extension uses the Yahoo search engine and it will take you to your results fast by directly launching you into the web instantly and landing you on a search results page. By clicking "Add to Chrome", I accept and agree to installing the New Moment Chrome extension and setting Chrome™ New Tab, Homepage takeover, and search to that provided by the service and the Terms of Use and Privacy Policy Terms of Use: https://newmoment-tab.com/terms-and-conditions/ Privacy Policy: https://newmoment-tab.com/privacy-policy/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | New Moment |
ID | bkocglpjcgncajekfnpkohggboodbfik |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/new-moment/bkocglpjcgncajekfnpkohggboodbfik |
คำอธิบาย | A river of joy throughout your day |
ขนาดไฟล์ | 579 KB |
จำนวนการติดตั้ง | 78,609 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2022-05-12 |
วันที่เผยแพร่ | 2022-05-11 |
ผู้พัฒนา | https://newmoment-tab.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://newmoment-tab.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://syndic8.asia/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "New Moment", "description": "A river of joy throughout your day", "version": "1.0.5", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "geolocation" ], "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/pragmalabs.co\/*" ], "js": [ "assets\/index.js", "assets\/vendor.js" ], "css": [ "assets\/index.css" ], "run_at": "document_start" } ], "icons": { "48": "\/[email protected]", "128": "\/[email protected]" } } |