Nurture
Nurture a love of that which is good for you, and a dislike of that which is not.
Co je Nurture?
Nurture je rozšíření Chrome vyvinuté benreimer9, a jeho hlavní funkcí je „Nurture a love of that which is good for you, and a dislike of that which is not.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Nurture
Stáhněte si soubory rozšíření Nurture ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Nurture |
ID | llpkoklagnnpahhbokmimohbmjkhhcjc |
Oficiální URL | https://chromewebstore.google.com/detail/nurture/llpkoklagnnpahhbokmimohbmjkhhcjc |
Popis | Nurture a love of that which is good for you, and a dislike of that which is not. |
Velikost souboru | 380 KB |
Počet instalací | 1,287 |
Aktuální Verze | 1.2.4 |
Poslední Aktualizace | 2019-12-06 |
Datum Vydání | 2019-12-05 |
Hodnocení | 4.17/5 Celkem 6 Hodnocení |
Vývojář | benreimer9 |
Typ Platby | free |
Podporované Jazyky | 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 } |