Countdown

Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…

Co to jest Countdown?

Countdown to rozszerzenie Chrome opracowane przez Kha Tran, a jego główną funkcją jest „Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Countdown

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

                        Easy to create a countdown timer. You can note everything here and remind yourself when events happen.
Your counter will automatically repeat if you want. You will receive a reminder when it's on time.

If you have any feedback or trouble email us at [email protected].                    

Podstawowe informacje o rozszerzeniu

Nazwa Countdown Countdown
ID oajaibohggffldmcmgffckjbicimdnej
Oficjalny URL https://chromewebstore.google.com/detail/countdown/oajaibohggffldmcmgffckjbicimdnej
Opis Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…
Rozmiar pliku 74.22 KB
Liczba instalacji 18
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2019-11-22
Data Publikacji 2019-11-21
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Kha Tran
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "version": "1.0.5",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": true
    },
    "permissions": [
        "background",
        "notifications",
        "tabs",
        "storage"
    ]
}