SleepyHead

A Sleep timer for any website.

SleepyHeadคืออะไร?

SleepyHead เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://snazzytechnologies.com และคุณลักษณะหลักของมันคือ "A Sleep timer for any website."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SleepyHead

ดาวน์โหลดไฟล์ส่วนขยาย SleepyHead ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}