Mindfulness: Drag you back into here and now
A bell will ring every 15 minutes or randomly just to drag you back into here and now
Mindfulness: Drag you back into here and nowคืออะไร?
Mindfulness: Drag you back into here and now เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tqtifnypmb และคุณลักษณะหลักของมันคือ "A bell will ring every 15 minutes or randomly just to drag you back into here and now"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mindfulness: Drag you back into here and now
ดาวน์โหลดไฟล์ส่วนขยาย Mindfulness: Drag you back into here and now ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Mindfulness: Drag you back into here and now While you're using you computer, a bell will ring every 15 minutes or in random interval just to drag you back into here and now. Mindfulness can also block some distracted sites for you
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Mindfulness: Drag you back into here and now |
ID | aopdhjpgkecddgikmahfemkopadamhhd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mindfulness-drag-you-back/aopdhjpgkecddgikmahfemkopadamhhd |
คำอธิบาย | A bell will ring every 15 minutes or randomly just to drag you back into here and now |
ขนาดไฟล์ | 265 KB |
จำนวนการติดตั้ง | 22 |
เวอร์ชันปัจจุบัน | 1.0.7 |
อัปเดตครั้งล่าสุด | 2020-12-08 |
วันที่เผยแพร่ | 2020-12-06 |
ผู้พัฒนา | tqtifnypmb |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en,fr,es,it,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.7", "manifest_version": 2, "default_locale": "en", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "64": "icons\/icon_64.png", "128": "icons\/icon_128.png" }, "permissions": [ "storage", "https:\/\/*.twitter.com\/", "https:\/\/*.facebook.com\/", "https:\/\/*.youtube.com\/", "https:\/\/*.reddit.com\/" ], "browser_action": { "default_title": "Mindful", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.youtube.com\/*", "https:\/\/*.reddit.com\/*" ], "css": [ "block.css" ], "js": [ "block.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "\/icons\/icon_128.png" ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |