Nurture
Nurture a love of that which is good for you, and a dislike of that which is not.
Cos'è Nurture?
Nurture è un'estensione di Chrome sviluppata da benreimer9, e la sua funzione principale è "Nurture a love of that which is good for you, and a dislike of that which is not.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nurture
Scarica i file di estensione Nurture 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
We figure life would be better if you liked the things that benefited you and disliked the things that didn't. We also think it's possible to intentionally develop these likes and dislikes. Nurture is a chrome extension provides a prompt for self-reflection toward your goals, as well as visual feedback to track your progress.
Informazioni di Base sull'Estensione
Nome | Nurture |
ID | llpkoklagnnpahhbokmimohbmjkhhcjc |
URL Ufficiale | https://chromewebstore.google.com/detail/nurture/llpkoklagnnpahhbokmimohbmjkhhcjc |
Descrizione | Nurture a love of that which is good for you, and a dislike of that which is not. |
Dimensione del File | 380 KB |
Conteggio Installazioni | 1,287 |
Versione Corrente | 1.2.4 |
Ultimo Aggiornamento | 2019-12-06 |
Data di Pubblicazione | 2019-12-05 |
Valutazione | 4.17/5 Totale 6 Valutazioni |
Sviluppatore | benreimer9 |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nurture", "version": "1.2.4", "description": "Nurture a love of that which is good for you, and a dislike of that which is not.", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } }, "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "manifest_version": 2 } |