Sukha

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

Co to jest Sukha?

Sukha to rozszerzenie Chrome opracowane przez https://thesukha.co, a jego główną funkcją jest „With this Chrome extension, you’ll receive gentle nudges to keep you on track if you open distracting websites.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Sukha

Pobierz pliki rozszerzeń Sukha w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension helps Sukha users be aware of where they spend their time online and get nudged back on track when they are distracted.                    

Podstawowe informacje o rozszerzeniu

Nazwa Sukha Sukha
ID ignpidjpincpephfcclnaicfoahbbdig
Oficjalny URL https://chromewebstore.google.com/detail/sukha/ignpidjpincpephfcclnaicfoahbbdig
Opis With this Chrome extension, you’ll receive gentle nudges to keep you on track if you open distracting websites.
Rozmiar pliku 1.12 MB
Liczba instalacji 91
Aktualna Wersja 3.0.1
Ostatnia Aktualizacja 2023-12-16
Data Publikacji 2023-12-16
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper https://thesukha.co
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.TheSukha.co
Adres URL Strony Pomocy https://intercom.help/the-sukha-company
Adres URL Strony Polityki Prywatności https://www.thesukha.co/privacy
Obsługiwane Języki 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\/*"
        ]
    }
}