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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With this Chrome extension, you’ll receive gentle nudges to keep you on track if you open distracting websites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sukha एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
        ]
    }
}