SleepyHead

A Sleep timer for any website.

SleepyHead란 무엇입니까?

SleepyHead은(는) https://snazzytechnologies.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Sleep timer for any website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SleepyHead 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A sleep timer extension for any website so you get a more restful sleep.

Start playing some media, set a timer and watch or listen until you doze off. When the timer has ended, the SleepyHead timer completed page will be shown, allowing your devices screen to turn off. Hit the back button the next day to resume watching.

Use the optional Sound Softener to suppress loud and sudden sounds and enable the optional Night Shift to reduce blue light from your screen.                    

확장 프로그램 기본 정보

이름 SleepyHead SleepyHead
ID pklbmflmehnfibgomgdbacoemfnloedd
공식 URL https://chromewebstore.google.com/detail/sleepyhead/pklbmflmehnfibgomgdbacoemfnloedd
설명 A Sleep timer for any website.
파일 크기 55.31 KB
설치 횟수 16
현재 버전 0.1.0
최근 업데이트 2022-12-20
출시 날짜 2022-12-20
개발자 https://snazzytechnologies.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://sleepyhead.snazzytechnologies.com/
도움말 페이지 URL https://sleepyhead.snazzytechnologies.com/support
개인정보 보호 정책 페이지 URL https://sleepyhead.snazzytechnologies.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SleepyHead",
    "version": "0.1.0",
    "description": "A Sleep timer for any website.",
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "scripting",
        "activeTab",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "auth.html"
            ],
            "matches": [
                "https:\/\/sleepyhead.snazzytechnologies.com\/*"
            ]
        }
    ],
    "options_page": "preferences.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/plugins\/shared.js",
                "assets\/js\/plugins\/sound-softener.js",
                "assets\/js\/plugins\/sleep-shift.js"
            ]
        }
    ],
    "minimum_chrome_version": "92",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon128.png",
            "32": "assets\/icons\/icon128.png",
            "48": "assets\/icons\/icon128.png",
            "128": "assets\/icons\/icon128.png"
        },
        "default_title": "SleepyHead",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}