Ultra Timer

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

Qu'est-ce que Ultra Timer ?

Ultra Timer est une extension Chrome développée par Ultralab Apps, et sa fonction principale est "Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ultra Timer

Téléchargez les fichiers d'extension Ultra Timer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ultra Timer Ultra Timer
ID laohhcnmipbidhjomikgbmdgckopbgnb
URL Officiel https://chromewebstore.google.com/detail/ultra-timer/laohhcnmipbidhjomikgbmdgckopbgnb
Description Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.
Taille du Fichier 122 KB
Nombre d'Installations 20,000
Version Actuelle 1.1
Dernière Mise à Jour 2015-06-12
Date de Publication 2015-06-12
Évaluation 3.70/5 Total 60 Évaluations
Développeur Ultralab Apps
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://ultralabapps.com/terms/privacy-policy.html
Langues Prises en Charge 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"
        ]
    }
}