Days Until (Days Countdown)

Displays the number of days until a specified date right in the toolbar. (Days Countdown)

Co to jest Days Until (Days Countdown)?

Days Until (Days Countdown) to rozszerzenie Chrome opracowane przez usefulwebtech, a jego główną funkcją jest „Displays the number of days until a specified date right in the toolbar. (Days Countdown)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Days Until (Days Countdown)

Pobierz pliki rozszerzeń Days Until (Days 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

                        It's a countdown for days that is ALWAYS visible right in your Chrome toolbar, next to where you type your URLs.

Helps you track the number of days left until an important day that you have been waiting for.
Set a deadline for your Goals! Keep track of days remaining!

Easily change the date and event name by clicking on the extension logo.

This also syncs between browsers. Like if you login to same chrome account on two different PCs, it'll show the same results!

Chase the date!

(Days Until / Days Left / Days to go / Countdown Days / Count Days / How many days until? / Deadline / Goals deadline/ Day Countdown / Days remaining / Remaining days)                    

Podstawowe informacje o rozszerzeniu

Nazwa Days Until (Days Countdown) Days Until (Days Countdown)
ID eddnhnjblfligfijgckclhnkmilmdhij
Oficjalny URL https://chromewebstore.google.com/detail/days-until-days-countdown/eddnhnjblfligfijgckclhnkmilmdhij
Opis Displays the number of days until a specified date right in the toolbar. (Days Countdown)
Rozmiar pliku 17.64 KB
Liczba instalacji 35,905
Aktualna Wersja 1.52
Ostatnia Aktualizacja 2022-12-24
Data Publikacji 2020-03-08
Ocena 3.48/5 Łącznie 42 Oceny
Deweloper usefulwebtech
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Click here to set the date"
    },
    "description": "Displays the number of days until a specified date right in the toolbar. (Days Countdown)",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 3,
    "name": "Days Until (Days Countdown)",
    "permissions": [
        "storage"
    ],
    "short_name": "Days Until",
    "version": "1.52"
}