SleepyHead

A Sleep timer for any website.

SleepyHead là gì?

SleepyHead là một tiện ích mở rộng Chrome được phát triển bởi https://snazzytechnologies.com, và tính năng chính của nó là "A Sleep timer for any website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SleepyHead

Tải xuống các tệp mở rộng SleepyHead dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SleepyHead SleepyHead
ID pklbmflmehnfibgomgdbacoemfnloedd
URL Chính Thức https://chromewebstore.google.com/detail/sleepyhead/pklbmflmehnfibgomgdbacoemfnloedd
Mô tả A Sleep timer for any website.
Kích Thước Tệp 55.31 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2022-12-20
Ngày Phát Hành 2022-12-20
Nhà Phát Triển https://snazzytechnologies.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://sleepyhead.snazzytechnologies.com/
URL Trang Trợ Giúp https://sleepyhead.snazzytechnologies.com/support
URL Trang Chính Sách Bảo Mật https://sleepyhead.snazzytechnologies.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}