Ultra Timer

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

Was ist Ultra Timer?

Ultra Timer ist eine Chrome-Erweiterung, die von Ultralab Apps entwickelt wurde, und ihr Hauptmerkmal ist "Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Ultra Timer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ultra Timer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Ultra Timer Ultra Timer
ID laohhcnmipbidhjomikgbmdgckopbgnb
Offizielle URL https://chromewebstore.google.com/detail/ultra-timer/laohhcnmipbidhjomikgbmdgckopbgnb
Beschreibung Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.
Dateigröße 122 KB
Installationsanzahl 20,000
Aktuelle Version 1.1
Letztes Update 2015-06-12
Veröffentlichungsdatum 2015-06-12
Bewertung 3.70/5 Insgesamt 60 Bewertungen
Entwickler Ultralab Apps
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://ultralabapps.com/terms/privacy-policy.html
Unterstützte Sprachen 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"
        ]
    }
}