Tab Countdown Timer
A Chromium Extension that allows you to set a timer that counts down and then closes the tab.
Cos'è Tab Countdown Timer?
Tab Countdown Timer è un'estensione di Chrome sviluppata da lokico, e la sua funzione principale è "A Chromium Extension that allows you to set a timer that counts down and then closes the tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Countdown Timer
Scarica i file di estensione Tab Countdown Timer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Tab Countdown Timer |
ID | maoljenpfpdblggdbnhmegofbhhcdgle |
URL Ufficiale | https://chromewebstore.google.com/detail/tab-countdown-timer/maoljenpfpdblggdbnhmegofbhhcdgle |
Descrizione | A Chromium Extension that allows you to set a timer that counts down and then closes the tab. |
Dimensione del File | 101 KB |
Conteggio Installazioni | 6,368 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2022-11-12 |
Data di Pubblicazione | 2020-08-06 |
Valutazione | 4.29/5 Totale 14 Valutazioni |
Sviluppatore | lokico |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } } |