Tab Countdown Timer
A Chromium Extension that allows you to set a timer that counts down and then closes the tab.
Co je Tab Countdown Timer?
Tab Countdown Timer je rozšíření Chrome vyvinuté lokico, a jeho hlavní funkcí je „A Chromium Extension that allows you to set a timer that counts down and then closes the tab.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Tab Countdown Timer
Stáhněte si soubory rozšíření Tab Countdown Timer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Tab Countdown Timer |
ID | maoljenpfpdblggdbnhmegofbhhcdgle |
Oficiální URL | https://chromewebstore.google.com/detail/tab-countdown-timer/maoljenpfpdblggdbnhmegofbhhcdgle |
Popis | A Chromium Extension that allows you to set a timer that counts down and then closes the tab. |
Velikost souboru | 101 KB |
Počet instalací | 6,368 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2022-11-12 |
Datum Vydání | 2020-08-06 |
Hodnocení | 4.29/5 Celkem 14 Hodnocení |
Vývojář | lokico |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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'" } } |