Ultra Timer

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

Cos'è Ultra Timer?

Ultra Timer è un'estensione di Chrome sviluppata da Ultralab Apps, e la sua funzione principale è "Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Ultra Timer

Scarica i file di estensione Ultra Timer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Ultra Timer Ultra Timer
ID laohhcnmipbidhjomikgbmdgckopbgnb
URL Ufficiale https://chromewebstore.google.com/detail/ultra-timer/laohhcnmipbidhjomikgbmdgckopbgnb
Descrizione Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.
Dimensione del File 122 KB
Conteggio Installazioni 20,000
Versione Corrente 1.1
Ultimo Aggiornamento 2015-06-12
Data di Pubblicazione 2015-06-12
Valutazione 3.70/5 Totale 60 Valutazioni
Sviluppatore Ultralab Apps
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://ultralabapps.com/terms/privacy-policy.html
Lingue Supportate 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"
        ]
    }
}