Nice Countdown
Nice looking extension to count the days, hour and minutes to a certain point in the future.
Hvad er Nice Countdown?
Nice Countdown er en Chrome-udvidelse udviklet af jeroen.drenth1, og dens hovedfunktion er "Nice looking extension to count the days, hour and minutes to a certain point in the future.".
Udvidelsesskærmbilleder
Download Nice Countdown-udvidelses-CRX-fil
Download Nice Countdown-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | iohieaklcaidgajlpiiggdpjblakefon |
| Officiel URL | https://chromewebstore.google.com/detail/nice-countdown/iohieaklcaidgajlpiiggdpjblakefon |
| Beskrivelse | Nice looking extension to count the days, hour and minutes to a certain point in the future. |
| Filstørrelse | 136 KB |
| Antal Installationer | 224 |
| Nuværende Version | 0.0.0.1 |
| Senest Opdateret | 2014-06-30 |
| Udgivelsesdato | 2014-06-30 |
| Bedømmelse | 2.33/5 Samlet 3 Bedømmelser |
| Udvikler | jeroen.drenth1 |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |