New Tab Mindfulness

A gentle reminder to live in the moment with mindfulness quotes and meditations.

Co je New Tab Mindfulness?

New Tab Mindfulness je rozšíření Chrome vyvinuté The Mindful Tech Lab, a jeho hlavní funkcí je „A gentle reminder to live in the moment with mindfulness quotes and meditations.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření New Tab Mindfulness

Stáhněte si soubory rozšíření New Tab Mindfulness 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í

                        Enhance your default 'new tab' page to display a random quote on mindfulness and quick links to meditations in your browser.

Whether you're overwhelmed with work throughout the day or are rushing to complete multiple tasks at once, the New Tab Mindfulness extension is here to remind you to not get overwhelmed, take a few deep breaths, and then take on the tasks at hand. It's simple, but useful.                    

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

Název New Tab Mindfulness New Tab Mindfulness
ID gakekacnalcpkgkogmbmknlcdikjghba
Oficiální URL https://chrome.google.com/webstore/detail/new-tab-mindfulness/gakekacnalcpkgkogmbmknlcdikjghba
Popis A gentle reminder to live in the moment with mindfulness quotes and meditations.
Velikost souboru 38.32 KB
Počet instalací 454
Aktuální Verze 2.5
Poslední Aktualizace 2017-07-19
Datum Vydání 2017-07-19
Hodnocení 4.00/5 Celkem 5 Hodnocení
Vývojář The Mindful Tech Lab
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://themindfultechlab.com
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Mindfulness",
    "description": "A gentle reminder to live in the moment with mindfulness quotes and meditations.",
    "version": "2.5",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "management"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}