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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | aopdhjpgkecddgikmahfemkopadamhhd |
| 官方網址 | 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'"
} | |