Tab Countdown Timer

A Chromium Extension that allows you to set a timer that counts down and then closes the tab.

Qu'est-ce que Tab Countdown Timer ?

Tab Countdown Timer est une extension Chrome développée par lokico, et sa fonction principale est "A Chromium Extension that allows you to set a timer that counts down and then closes the tab.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tab Countdown Timer

Téléchargez les fichiers d'extension Tab Countdown Timer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Allows you to quickly set a countdown timer on a tab.  Once the timer expires, the tab closes.  Every tab can have a different timer.  Enter time by typing or by using a mousewheel.
---
Changes for v1.1
- Add dark mode based on current system settings
- Save last alarm values as default for next time
- Update to chrome manifest v3                    

Informations de Base sur l'Extension

Nom Tab Countdown Timer Tab Countdown Timer
ID maoljenpfpdblggdbnhmegofbhhcdgle
URL Officiel https://chromewebstore.google.com/detail/tab-countdown-timer/maoljenpfpdblggdbnhmegofbhhcdgle
Description A Chromium Extension that allows you to set a timer that counts down and then closes the tab.
Taille du Fichier 101 KB
Nombre d'Installations 6,368
Version Actuelle 1.1
Dernière Mise à Jour 2022-11-12
Date de Publication 2020-08-06
Évaluation 4.29/5 Total 14 Évaluations
Développeur lokico
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Countdown Timer",
    "version": "1.1",
    "manifest_version": 3,
    "description": "A Chromium Extension that allows you to set a timer that counts down and then closes the tab.",
    "icons": {
        "16": "icons\/hourglass16.png",
        "32": "icons\/hourglass32.png",
        "48": "icons\/hourglass48.png",
        "128": "icons\/hourglass128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}