Sleep Timer

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

Wat is Sleep Timer?

Sleep Timer is een Chrome-extensie ontwikkeld door daniel.andrew.dehaas, en de belangrijkste functie is "Put any tab on a sleep timer to close or mute the tab when the timer expires.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sleep Timer

Download Sleep Timer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Sleep Timer Sleep Timer
ID aogefgiamlllkemngojodbhbdigamjkj
Officiële URL https://chromewebstore.google.com/detail/sleep-timer/aogefgiamlllkemngojodbhbdigamjkj
Beschrijving Put any tab on a sleep timer to close or mute the tab when the timer expires.
Bestandsgrootte 25.49 KB
Aantal Installaties 5,756
Huidige Versie 1.0
Laatst Bijgewerkt 2021-02-03
Publicatiedatum 2021-02-02
Beoordeling 2.52/5 Totaal 21 Beoordelingen
Ontwikkelaar daniel.andrew.dehaas
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://www.danielde.dev/
Ondersteunde Talen 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"
    }
}