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 |
| 公式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 |
| Eメール | [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'"
} | |