Touch Grass

A pleasant reminder to go outside and touch grass.

Wat is Touch Grass?

Touch Grass is een Chrome-extensie ontwikkeld door Tyndale Hannan, en de belangrijkste functie is "A pleasant reminder to go outside and touch grass.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Touch Grass

Download Touch Grass-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Touch Grass Touch Grass
ID bbmefmokchcpddljgnpnafocalmnhgaj
Officiële URL https://chromewebstore.google.com/detail/touch-grass/bbmefmokchcpddljgnpnafocalmnhgaj
Beschrijving A pleasant reminder to go outside and touch grass.
Bestandsgrootte 37.63 MB
Aantal Installaties 194
Huidige Versie 1.1
Laatst Bijgewerkt 2023-08-27
Publicatiedatum 2023-08-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Tyndale Hannan
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}