Mind. Extension
Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus.
Qu'est-ce que Mind. Extension ?
Mind. Extension est une extension Chrome développée par theryankearns.com, et sa fonction principale est "Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mind. Extension
Téléchargez les fichiers d'extension Mind. Extension 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
Mind is the browser extension that interrupts your browsing experience by randomly replacing your new tab page with a mindful reminder aimed at bringing you back into your center. The problem with most reminder apps or add-ons is that the user is the one who writes and schedules them, they know they're coming and are prepared to receive them. Having the reminders appear at random without the ability to choose the messaging provides a more natural opportunity for mindful reflection. The goal of this extension is to help instill a sense of discipline in small, more manageable chunks, and over time create a stronger sense of ownership and control over your thoughts and actions.
Informations de Base sur l'Extension
Nom | |
ID | hfbjojbpmacggphgpmegfdbmibpeipmb |
URL Officiel | https://chrome.google.com/webstore/detail/mind-extension/hfbjojbpmacggphgpmegfdbmibpeipmb |
Description | Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus. |
Taille du Fichier | 87.61 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2018-05-30 |
Date de Publication | 2018-05-30 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | theryankearns.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.theryankearns.com/mind |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mind. Extension", "version": "1.1", "description": "Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus.", "background": { "scripts": [ "js\/mind.js", "js\/jquery-3.3.1.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "chrome:\/\/favicon\/" ], "icons": { "16": "img\/16.png", "48": "img\/48.png", "96": "img\/96.png" }, "incognito": "split" } |