SleepyHead

A Sleep timer for any website.

SleepyHeadとは何ですか?

SleepyHeadはhttps://snazzytechnologies.comによって開発されたChromeの拡張機能で、その主な機能は「A Sleep timer for any website.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

SleepyHead拡張機能のCRXファイルをダウンロード

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
Eメール [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
}