Nice Countdown
Nice looking extension to count the days, hour and minutes to a certain point in the future.
Was ist Nice Countdown?
Nice Countdown ist eine Chrome-Erweiterung, die von jeroen.drenth1 entwickelt wurde, und ihr Hauptmerkmal ist "Nice looking extension to count the days, hour and minutes to a certain point in the future.".
Erweiterungsscreenshots
Nice Countdown-Erweiterungs-CRX-Datei herunterladen
Laden Sie Nice 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
Grundlegende Informationen zur Erweiterung
Name | Nice Countdown |
ID | iohieaklcaidgajlpiiggdpjblakefon |
Offizielle URL | https://chromewebstore.google.com/detail/nice-countdown/iohieaklcaidgajlpiiggdpjblakefon |
Beschreibung | Nice looking extension to count the days, hour and minutes to a certain point in the future. |
Dateigröße | 136 KB |
Installationsanzahl | 224 |
Aktuelle Version | 0.0.0.1 |
Letztes Update | 2014-06-30 |
Veröffentlichungsdatum | 2014-06-30 |
Bewertung | 2.33/5 Insgesamt 3 Bewertungen |
Entwickler | jeroen.drenth1 |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nice Countdown", "description": "Nice looking extension to count the days, hour and minutes to a certain point in the future.", "version": "0.0.0.1", "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |