Sukha

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

Cos'è Sukha?

Sukha è un'estensione di Chrome sviluppata da https://thesukha.co, e la sua funzione principale è "With this Chrome extension, you’ll receive gentle nudges to keep you on track if you open distracting websites.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sukha

Scarica i file di estensione Sukha in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Sukha Sukha
ID ignpidjpincpephfcclnaicfoahbbdig
URL Ufficiale https://chromewebstore.google.com/detail/sukha/ignpidjpincpephfcclnaicfoahbbdig
Descrizione With this Chrome extension, you’ll receive gentle nudges to keep you on track if you open distracting websites.
Dimensione del File 1.12 MB
Conteggio Installazioni 91
Versione Corrente 3.0.1
Ultimo Aggiornamento 2023-12-16
Data di Pubblicazione 2023-12-16
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://thesukha.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.TheSukha.co
URL della Pagina di Aiuto https://intercom.help/the-sukha-company
URL della Pagina della Politica sulla Privacy https://www.thesukha.co/privacy
Lingue Supportate 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\/*"
        ]
    }
}