Mind. Extension

Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus.

Cos'è Mind. Extension?

Mind. Extension è un'estensione di Chrome sviluppata da theryankearns.com, e la sua funzione principale è "Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Mind. Extension

Scarica i file di estensione Mind. Extension 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Mind. Extension Mind. Extension
ID hfbjojbpmacggphgpmegfdbmibpeipmb
URL Ufficiale https://chrome.google.com/webstore/detail/mind-extension/hfbjojbpmacggphgpmegfdbmibpeipmb
Descrizione Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus.
Dimensione del File 87.61 KB
Conteggio Installazioni 15
Versione Corrente 1.1
Ultimo Aggiornamento 2018-05-30
Data di Pubblicazione 2018-05-30
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore theryankearns.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.theryankearns.com/mind
Lingue Supportate 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"
}