Touch Grass

A pleasant reminder to go outside and touch grass.

What is Touch Grass?

Touch Grass is a Chrome extension developed by Tyndale Hannan, and its main feature is "A pleasant reminder to go outside and touch grass.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Touch Grass Extension CRX File

Download Touch Grass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Touch Grass Touch Grass
ID bbmefmokchcpddljgnpnafocalmnhgaj
Official URL https://chromewebstore.google.com/detail/touch-grass/bbmefmokchcpddljgnpnafocalmnhgaj
Description A pleasant reminder to go outside and touch grass.
File Size 37.63 MB
Installation Count 194
Current Version 1.1
Last Updated 2023-08-27
Publish Date 2023-08-25
Rating 5.00/5 Total 1 Ratings
Developer Tyndale Hannan
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}