Sleep Timer

Put any tab on a sleep timer to close or mute the tab when the timer expires.

Sleep Timerとは何ですか?

Sleep Timerはdaniel.andrew.dehaasによって開発されたChromeの拡張機能で、その主な機能は「Put any tab on a sleep timer to close or mute the tab when the timer expires.」です。

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

screenshot

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

Sleep Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Turn on a sleep timer for any tab. You can choose to either close or mute the tab when the timer expires.                    

拡張機能の基本情報

名前 Sleep Timer Sleep Timer
ID aogefgiamlllkemngojodbhbdigamjkj
公式URL https://chromewebstore.google.com/detail/sleep-timer/aogefgiamlllkemngojodbhbdigamjkj
説明 Put any tab on a sleep timer to close or mute the tab when the timer expires.
ファイルサイズ 25.49 KB
インストール数 5,756
現在のバージョン 1.0
最終更新日 2021-02-03
公開日 2021-02-02
評価 2.52/5 合計 21 レビュー
開発者 daniel.andrew.dehaas
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://www.danielde.dev/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sleep Timer",
    "version": "1.0",
    "description": "Put any tab on a sleep timer to close or mute the tab when the timer expires.",
    "permissions": [
        "tabs",
        "alarms",
        "storage"
    ],
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "Sleep Timer"
    }
}