New Tab Mindfulness

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

Vad är New Tab Mindfulness?

New Tab Mindfulness är en Chrome-tillägg utvecklad av The Mindful Tech Lab, och dess huvudfunktion är "A gentle reminder to live in the moment with mindfulness quotes and meditations.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner New Tab Mindfulness-förlängningens CRX-fil

Ladda ner New Tab Mindfulness-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn New Tab Mindfulness New Tab Mindfulness
ID gakekacnalcpkgkogmbmknlcdikjghba
Officiell webbadress https://chrome.google.com/webstore/detail/new-tab-mindfulness/gakekacnalcpkgkogmbmknlcdikjghba
Beskrivning A gentle reminder to live in the moment with mindfulness quotes and meditations.
Filstorlek 38.32 KB
Antal Installationer 454
Aktuell Version 2.5
Senast Uppdaterad 2017-07-19
Publiceringsdatum 2017-07-19
Betyg 4.00/5 Totalt 5 Betyg
Utvecklare The Mindful Tech Lab
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://themindfultechlab.com
Stödda Språk 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"
    }
}