Mind. Extension

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

Co je Mind. Extension?

Mind. Extension je rozšíření Chrome vyvinuté theryankearns.com, a jeho hlavní funkcí je „Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Mind. Extension

Stáhněte si soubory rozšíření Mind. Extension 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í

                        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.                    

Základní Informace o Rozšíření

Název Mind. Extension Mind. Extension
ID hfbjojbpmacggphgpmegfdbmibpeipmb
Oficiální URL https://chrome.google.com/webstore/detail/mind-extension/hfbjojbpmacggphgpmegfdbmibpeipmb
Popis Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus.
Velikost souboru 87.61 KB
Počet instalací 15
Aktuální Verze 1.1
Poslední Aktualizace 2018-05-30
Datum Vydání 2018-05-30
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář theryankearns.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.theryankearns.com/mind
Podporované Jazyky 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"
}