Little Timer

Only 8 type timers

O que é Little Timer?

Little Timer é uma extensão do Chrome desenvolvida por newstep, e sua principal característica é "Only 8 type timers".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Little Timer

Baixe arquivos de extensão Little 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

                        Features
 - Set timer by one click.
 - Notify by new tab after the time has elapsed.
 - Time that can be set is 3, 5, 10, 15, 25, 30, 45, 60 minutes.
 - Remaining time is displayed on the right bottom of the icon.
 - Notify with a message if you enter a message.                    

Informações Básicas da Extensão

Nome Little Timer Little Timer
ID hoojobmcgpegpdbaagmopahobnnnhhmh
URL Oficial https://chrome.google.com/webstore/detail/little-timer/hoojobmcgpegpdbaagmopahobnnnhhmh
Descrição Only 8 type timers
Tamanho do Arquivo 20.62 KB
Contagem de Instalações 374
Versão Atual 1.2.0
Última Atualização 2017-02-07
Data de Publicação 2017-02-07
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor newstep
Tipo de Pagamento free
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Little Timer",
    "description": "__MSG_extDescription__",
    "version": "1.2.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "timer16.png",
            "19": "timer19.png",
            "128": "timer128.png"
        },
        "default_title": "Little Timer",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "background"
    ],
    "icons": {
        "19": "timer19.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    }
}