Countdown Ready

A versatile, easy-to-use countdown timer

Hvad er Countdown Ready?

Countdown Ready er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "A versatile, easy-to-use countdown timer".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Countdown Ready-udvidelses-CRX-fil

Download Countdown Ready-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

                        Create a count down to a certain day (e.g. a birthday, presentation day, appointment, etc.), or create a timer for a set duration (e.g. 30 minutes, 2 hours, etc.). Click "switch mode" to choose between how you want to use the tool.

Countdown Ready will notify you when time is up. You can pick type of notification you want to receive: either a subtle side notification or a more apparent alert box pop-up. You can also turn the sound notification on/off. 

Access the Countdown Ready options menu by right-clicking on the Countdown Ready extension icon and clicking "Options."                    

Grundlæggende oplysninger om udvidelsen

Navn Countdown Ready Countdown Ready
ID dhabdpkoklnemkckhamdjbcchefbcelh
Officiel URL https://chromewebstore.google.com/detail/countdown-ready/dhabdpkoklnemkckhamdjbcchefbcelh
Beskrivelse A versatile, easy-to-use countdown timer
Filstørrelse 258 KB
Antal Installationer 703
Nuværende Version 1.1
Senest Opdateret 2018-06-15
Udgivelsesdato 2018-06-14
Bedømmelse 3.50/5 Samlet 2 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Countdown Ready",
    "description": "A versatile, easy-to-use countdown timer",
    "version": "1.1",
    "author": "Celena Chang",
    "browser_action": {
        "default_icon": "favicons\/clock2.png",
        "default_popup": "popup_startpage.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "background",
        "storage",
        "notifications",
        "alarms"
    ]
}