Nice Countdown
Nice looking extension to count the days, hour and minutes to a certain point in the future.
Vad är Nice Countdown?
Nice Countdown är en Chrome-tillägg utvecklad av jeroen.drenth1, och dess huvudfunktion är "Nice looking extension to count the days, hour and minutes to a certain point in the future.".
Tilläggsskärmbilder
Ladda ner Nice Countdown-förlängningens CRX-fil
Ladda ner Nice Countdown-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | iohieaklcaidgajlpiiggdpjblakefon |
| Officiell webbadress | https://chromewebstore.google.com/detail/nice-countdown/iohieaklcaidgajlpiiggdpjblakefon |
| Beskrivning | Nice looking extension to count the days, hour and minutes to a certain point in the future. |
| Filstorlek | 136 KB |
| Antal Installationer | 224 |
| Aktuell Version | 0.0.0.1 |
| Senast Uppdaterad | 2014-06-30 |
| Publiceringsdatum | 2014-06-30 |
| Betyg | 2.33/5 Totalt 3 Betyg |
| Utvecklare | jeroen.drenth1 |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |