New Tab Mindfulness

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

Apa itu New Tab Mindfulness?

New Tab Mindfulness adalah ekstensi Chrome yang dikembangkan oleh The Mindful Tech Lab, dan fitur utamanya adalah "A gentle reminder to live in the moment with mindfulness quotes and meditations.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi New Tab Mindfulness

Unduh file ekstensi New Tab Mindfulness dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama New Tab Mindfulness New Tab Mindfulness
ID gakekacnalcpkgkogmbmknlcdikjghba
URL Resmi https://chrome.google.com/webstore/detail/new-tab-mindfulness/gakekacnalcpkgkogmbmknlcdikjghba
Deskripsi A gentle reminder to live in the moment with mindfulness quotes and meditations.
Ukuran File 38.32 KB
Jumlah Instalasi 454
Versi Saat Ini 2.5
Terakhir Diperbarui 2017-07-19
Tanggal Publikasi 2017-07-19
Penilaian 4.00/5 Total 5 Penilaian
Pengembang The Mindful Tech Lab
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://themindfultechlab.com
Bahasa yang Didukung 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"
    }
}