Countdown
Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…
Was ist Countdown?
Countdown ist eine Chrome-Erweiterung, die von Kha Tran entwickelt wurde, und ihr Hauptmerkmal ist "Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…".
Erweiterungsscreenshots
Countdown-Erweiterungs-CRX-Datei herunterladen
Laden Sie Countdown-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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].
Grundlegende Informationen zur Erweiterung
Name | Countdown |
ID | oajaibohggffldmcmgffckjbicimdnej |
Offizielle URL | https://chromewebstore.google.com/detail/countdown/oajaibohggffldmcmgffckjbicimdnej |
Beschreibung | Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will… |
Dateigröße | 74.22 KB |
Installationsanzahl | 18 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2019-11-22 |
Veröffentlichungsdatum | 2019-11-21 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Kha Tran |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |