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 tqtifnypmb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A bell will ring every 15 minutes or randomly just to drag you back into here and now"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mindfulness: Drag you back into here and now एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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'" } |