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.”。

擴展截圖

screenshot

下載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 Sukha
ID ignpidjpincpephfcclnaicfoahbbdig
官方網址 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\/*"
        ]
    }
}