Nice Countdown

Nice looking extension to count the days, hour and minutes to a certain point in the future.

Co to jest Nice Countdown?

Nice Countdown to rozszerzenie Chrome opracowane przez jeroen.drenth1, a jego główną funkcją jest „Nice looking extension to count the days, hour and minutes to a certain point in the future.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Nice Countdown

Pobierz pliki rozszerzeń Nice Countdown w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Nice Countdown Nice Countdown
ID iohieaklcaidgajlpiiggdpjblakefon
Oficjalny URL https://chromewebstore.google.com/detail/nice-countdown/iohieaklcaidgajlpiiggdpjblakefon
Opis Nice looking extension to count the days, hour and minutes to a certain point in the future.
Rozmiar pliku 136 KB
Liczba instalacji 224
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2014-06-30
Data Publikacji 2014-06-30
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper jeroen.drenth1
Typ Płatności free
Obsługiwane Języki 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"
    ]
}