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.

¿Qué es Thich Nhat Hanh Calligraphy?

Thich Nhat Hanh Calligraphy es una extensión de Chrome desarrollada por https://plumvillage.app, y su función principal es "In every new tab you’ll see one of Thich Nhat Hanh's calligraphies that serve as mindful reminders to pause, breathe and smile.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Thich Nhat Hanh Calligraphy

Descarga archivos de extensión Thich Nhat Hanh Calligraphy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Thich Nhat Hanh Calligraphy Thich Nhat Hanh Calligraphy
ID ljicmmknmiapobjgphhogonlfeegmlcl
URL Oficial https://chromewebstore.google.com/detail/thich-nhat-hanh-calligrap/ljicmmknmiapobjgphhogonlfeegmlcl
Descripción In every new tab you’ll see one of Thich Nhat Hanh's calligraphies that serve as mindful reminders to pause, breathe and smile.
Tamaño del Archivo 8.46 MB
Cantidad de Instalaciones 1,209
Versión Actual 2.3
Última Actualización 2022-06-26
Fecha de Publicación 2018-08-19
Calificación 4.62/5 Total de 13 Calificaciones
Desarrollador https://plumvillage.app
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://plumvillage.app/
Idiomas Soportados 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"
        }
    }
}