Countdown
Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…
Co je Countdown?
Countdown je rozšíření Chrome vyvinuté Kha Tran, a jeho hlavní funkcí je „Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Countdown
Stáhněte si soubory rozšíření Countdown 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í
Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will automatically repeat if you want. You will receive a reminder when it's on time. If you have any feedback or trouble email us at [email protected].
Základní Informace o Rozšíření
Název | Countdown |
ID | oajaibohggffldmcmgffckjbicimdnej |
Oficiální URL | https://chromewebstore.google.com/detail/countdown/oajaibohggffldmcmgffckjbicimdnej |
Popis | Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will… |
Velikost souboru | 74.22 KB |
Počet instalací | 18 |
Aktuální Verze | 1.0.5 |
Poslední Aktualizace | 2019-11-22 |
Datum Vydání | 2019-11-21 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Kha Tran |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Countdown", "icons": { "16": "icon16.png", "128": "icon128.png" }, "version": "1.0.5", "manifest_version": 2, "browser_action": { "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "background.min.js" ], "persistent": true }, "permissions": [ "background", "notifications", "tabs", "storage" ] } |