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.

Thich Nhat Hanh Calligraphyとは何ですか?

Thich Nhat Hanh Calligraphyはhttps://plumvillage.appによって開発されたChromeの拡張機能で、その主な機能は「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
screenshot
screenshot
screenshot

Thich Nhat Hanh Calligraphy拡張機能のCRXファイルをダウンロード

Thich Nhat Hanh Calligraphy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Thich Nhat Hanh Calligraphy Thich Nhat Hanh Calligraphy
ID ljicmmknmiapobjgphhogonlfeegmlcl
公式URL https://chromewebstore.google.com/detail/thich-nhat-hanh-calligrap/ljicmmknmiapobjgphhogonlfeegmlcl
説明 In every new tab you’ll see one of Thich Nhat Hanh's calligraphies that serve as mindful reminders to pause, breathe and smile.
ファイルサイズ 8.46 MB
インストール数 1,209
現在のバージョン 2.3
最終更新日 2022-06-26
公開日 2018-08-19
評価 4.62/5 合計 13 レビュー
開発者 https://plumvillage.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://plumvillage.app/
対応言語 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"
        }
    }
}