Sukha
With this Chrome extension, you’ll receive gentle nudges to keep you on track if you open distracting websites.
Qu'est-ce que Sukha ?
Sukha est une extension Chrome développée par https://thesukha.co, et sa fonction principale est "With this Chrome extension, you’ll receive gentle nudges to keep you on track if you open distracting websites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sukha
Téléchargez les fichiers d'extension Sukha au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension helps Sukha users be aware of where they spend their time online and get nudged back on track when they are distracted.
Informations de Base sur l'Extension
Nom | Sukha |
ID | ignpidjpincpephfcclnaicfoahbbdig |
URL Officiel | https://chromewebstore.google.com/detail/sukha/ignpidjpincpephfcclnaicfoahbbdig |
Description | With this Chrome extension, you’ll receive gentle nudges to keep you on track if you open distracting websites. |
Taille du Fichier | 1.12 MB |
Nombre d'Installations | 91 |
Version Actuelle | 3.0.1 |
Dernière Mise à Jour | 2023-12-16 |
Date de Publication | 2023-12-16 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | https://thesukha.co |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.TheSukha.co |
URL de la Page d'Aide | https://intercom.help/the-sukha-company |
URL de la Page de Politique de Confidentialité | https://www.thesukha.co/privacy |
Langues Prises en Charge | 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\/*" ] } } |