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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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'" } |