Sukha

With this Chrome extension, you’ll receive gentle nudges to keep you on track if you open distracting websites.

Sukhaคืออะไร?

Sukha เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thesukha.co และคุณลักษณะหลักของมันคือ "With this Chrome extension, you’ll receive gentle nudges to keep you on track if you open distracting websites."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sukha

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*"
        ]
    }
}