Ultra Timer

Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.

Hvad er Ultra Timer?

Ultra Timer er en Chrome-udvidelse udviklet af Ultralab Apps, og dens hovedfunktion er "Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Ultra Timer-udvidelses-CRX-fil

Download Ultra Timer-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

                        Ultra Timer is a minimalist offline and online timer that can also be used as a stopwatch timer. Launch it before you get down to a task, select the time limit and choose how you want to be notified when you’ve run out of time.

The stopwatch and timer come together in a simple extension featuring a sleek no-frills design. Ultra timer can work in both online and offline modes.

The timer can be set for any number of minutes up to 999 which makes it possible to use it for different timeboxing methods including “pomodoro technique”.

When the time is up, you’ll either hear a timer alarm or see a notification from the countdown timer. It’s that simple.                    

Grundlæggende oplysninger om udvidelsen

Navn Ultra Timer Ultra Timer
ID laohhcnmipbidhjomikgbmdgckopbgnb
Officiel URL https://chromewebstore.google.com/detail/ultra-timer/laohhcnmipbidhjomikgbmdgckopbgnb
Beskrivelse Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.
Filstørrelse 122 KB
Antal Installationer 20,000
Nuværende Version 1.1
Senest Opdateret 2015-06-12
Udgivelsesdato 2015-06-12
Bedømmelse 3.70/5 Samlet 60 Bedømmelser
Udvikler Ultralab Apps
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://ultralabapps.com/terms/privacy-policy.html
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultra Timer",
    "description": "Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.",
    "version": "1.1",
    "offline_enabled": true,
    "permissions": [
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "timer.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}