Ultra Timer

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

O que é Ultra Timer?

Ultra Timer é uma extensão do Chrome desenvolvida por Ultralab Apps, e sua principal característica é "Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Ultra Timer

Baixe arquivos de extensão Ultra Timer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Ultra Timer Ultra Timer
ID laohhcnmipbidhjomikgbmdgckopbgnb
URL Oficial https://chromewebstore.google.com/detail/ultra-timer/laohhcnmipbidhjomikgbmdgckopbgnb
Descrição Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.
Tamanho do Arquivo 122 KB
Contagem de Instalações 20,000
Versão Atual 1.1
Última Atualização 2015-06-12
Data de Publicação 2015-06-12
Classificação 3.70/5 Total de 60 Avaliações
Desenvolvedor Ultralab Apps
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://ultralabapps.com/terms/privacy-policy.html
Idiomas Suportados 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"
        ]
    }
}