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.

Vad är Thich Nhat Hanh Calligraphy?

Thich Nhat Hanh Calligraphy är en Chrome-tillägg utvecklad av https://plumvillage.app, och dess huvudfunktion är "In every new tab you’ll see one of Thich Nhat Hanh's calligraphies that serve as mindful reminders to pause, breathe and smile.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Thich Nhat Hanh Calligraphy-förlängningens CRX-fil

Ladda ner Thich Nhat Hanh Calligraphy-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

                        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                    

Grundläggande Information om Tillägg

Namn Thich Nhat Hanh Calligraphy Thich Nhat Hanh Calligraphy
ID ljicmmknmiapobjgphhogonlfeegmlcl
Officiell webbadress https://chromewebstore.google.com/detail/thich-nhat-hanh-calligrap/ljicmmknmiapobjgphhogonlfeegmlcl
Beskrivning In every new tab you’ll see one of Thich Nhat Hanh's calligraphies that serve as mindful reminders to pause, breathe and smile.
Filstorlek 8.46 MB
Antal Installationer 1,209
Aktuell Version 2.3
Senast Uppdaterad 2022-06-26
Publiceringsdatum 2018-08-19
Betyg 4.62/5 Totalt 13 Betyg
Utvecklare https://plumvillage.app
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://plumvillage.app/
Stödda Språk 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"
        }
    }
}