Sukha
With this Chrome extension, you’ll receive gentle nudges to keep you on track if you open distracting websites.
Sukhaとは何ですか?
Sukhaはhttps://thesukha.coによって開発されたChromeの拡張機能で、その主な機能は「With this Chrome extension, you’ll receive gentle nudges to keep you on track if you open distracting websites.」です。
拡張機能のスクリーンショット
Sukha拡張機能のCRXファイルをダウンロード
Sukha拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension helps Sukha users be aware of where they spend their time online and get nudged back on track when they are distracted.
拡張機能の基本情報
名前 | Sukha |
ID | ignpidjpincpephfcclnaicfoahbbdig |
公式URL | https://chromewebstore.google.com/detail/sukha/ignpidjpincpephfcclnaicfoahbbdig |
説明 | With this Chrome extension, you’ll receive gentle nudges to keep you on track if you open distracting websites. |
ファイルサイズ | 1.12 MB |
インストール数 | 91 |
現在のバージョン | 3.0.1 |
最終更新日 | 2023-12-16 |
公開日 | 2023-12-16 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | https://thesukha.co |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.TheSukha.co |
ヘルプページのURL | https://intercom.help/the-sukha-company |
プライバシーポリシーページのURL | https://www.thesukha.co/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sukha", "version": "3.0.1", "manifest_version": 3, "description": "With this Chrome extension, you\u2019ll receive gentle nudges to keep you on track if you open distracting websites.", "background": { "service_worker": "\/background.js" }, "action": { "default_title": "Sukha", "default_popup": "popup.html", "default_icon": { "32": "img\/favicon-32x32.png" } }, "icons": { "128": "img\/favicon-32x32.png" }, "permissions": [ "tabs" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/*.thesukha.co\/*", "https:\/\/*.firebaseio.com\/*" ] } } |