Thich Nhat Hanh Calligraphy

In every new tab you’ll see one of Thich Nhat Hanh's calligraphies that serve as mindful reminders to pause, breathe and smile.

Cos'è Thich Nhat Hanh Calligraphy?

Thich Nhat Hanh Calligraphy è un'estensione di Chrome sviluppata da https://plumvillage.app, e la sua funzione principale è "In every new tab you’ll see one of Thich Nhat Hanh's calligraphies that serve as mindful reminders to pause, breathe and smile.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Thich Nhat Hanh Calligraphy

Scarica i file di estensione Thich Nhat Hanh Calligraphy 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

                        Zen Master Thich Nhat Hanh is a global spiritual leader, poet and peace activist, revered throughout the world for his powerful teachings and bestselling writings on mindfulness and peace. 
If you want to find our more about Thich Nhat Hanh and to become a beta tester for the free Plum Village mindfulness app you  can visit https://plumvillage.app                    

Informazioni di Base sull'Estensione

Nome Thich Nhat Hanh Calligraphy Thich Nhat Hanh Calligraphy
ID ljicmmknmiapobjgphhogonlfeegmlcl
URL Ufficiale https://chromewebstore.google.com/detail/thich-nhat-hanh-calligrap/ljicmmknmiapobjgphhogonlfeegmlcl
Descrizione In every new tab you’ll see one of Thich Nhat Hanh's calligraphies that serve as mindful reminders to pause, breathe and smile.
Dimensione del File 8.46 MB
Conteggio Installazioni 1,209
Versione Corrente 2.3
Ultimo Aggiornamento 2022-06-26
Data di Pubblicazione 2018-08-19
Valutazione 4.62/5 Totale 13 Valutazioni
Sviluppatore https://plumvillage.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://plumvillage.app/
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Thich Nhat Hanh Calligraphy",
    "version": "2.3",
    "description": "In every new tab you\u2019ll see one of Thich Nhat Hanh's calligraphies that serve as mindful reminders to pause, breathe and smile.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "calligraphy.html"
    },
    "applications": {
        "gecko": {
            "strict_min_version": "54.0a1"
        }
    }
}