Sukha

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

Vad är Sukha?

Sukha är en Chrome-tillägg utvecklad av https://thesukha.co, och dess huvudfunktion är "With this Chrome extension, you’ll receive gentle nudges to keep you on track if you open distracting websites.".

Tilläggsskärmbilder

screenshot

Ladda ner Sukha-förlängningens CRX-fil

Ladda ner Sukha-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Sukha Sukha
ID ignpidjpincpephfcclnaicfoahbbdig
Officiell webbadress https://chromewebstore.google.com/detail/sukha/ignpidjpincpephfcclnaicfoahbbdig
Beskrivning With this Chrome extension, you’ll receive gentle nudges to keep you on track if you open distracting websites.
Filstorlek 1.12 MB
Antal Installationer 91
Aktuell Version 3.0.1
Senast Uppdaterad 2023-12-16
Publiceringsdatum 2023-12-16
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare https://thesukha.co
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.TheSukha.co
Hjälpsida URL https://intercom.help/the-sukha-company
URL till Sekretesspolicy Sidan https://www.thesukha.co/privacy
Stödda Språk 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\/*"
        ]
    }
}