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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}