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 |
电子邮箱 | [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\/*" ] } } |