Touch Grass

A pleasant reminder to go outside and touch grass.

Touch Grassとは何ですか?

Touch GrassはTyndale Hannanによって開発されたChromeの拡張機能で、その主な機能は「A pleasant reminder to go outside and touch grass.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Touch Grass拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Find yourself spending too much time indoors on your computer?
Change that today and set an alarm to go touch grass.

Once an alarm is set, it will run in the background meaning you can close the options page and continue browsing.

Check out these similar Chrome Extensions:
-Windows Update
-Cenafy Pro                    

拡張機能の基本情報

名前 Touch Grass Touch Grass
ID bbmefmokchcpddljgnpnafocalmnhgaj
公式URL https://chromewebstore.google.com/detail/touch-grass/bbmefmokchcpddljgnpnafocalmnhgaj
説明 A pleasant reminder to go outside and touch grass.
ファイルサイズ 37.63 MB
インストール数 194
現在のバージョン 1.1
最終更新日 2023-08-27
公開日 2023-08-25
評価 5.00/5 合計 1 レビュー
開発者 Tyndale Hannan
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Touch Grass",
    "version": "1.1",
    "description": "A pleasant reminder to go outside and touch grass.",
    "options_page": "options.html",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png"
    },
    "action": [],
    "background": {
        "service_worker": "back.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "tabs"
    ]
}