Timer
A chrome extension that allows you to set timer and alert
O que é Timer?
Timer é uma extensão do Chrome desenvolvida por Thu Nguyen, e sua principal característica é "A chrome extension that allows you to set timer and alert".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Timer
Baixe arquivos de extensão 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
A basic timer with sound and notifications. Can set time up to hours as
Informações Básicas da Extensão
Nome | Timer |
ID | jeeccbgpjcoijhgboccheomodgnhaddi |
URL Oficial | https://chromewebstore.google.com/detail/timer/jeeccbgpjcoijhgboccheomodgnhaddi |
Descrição | A chrome extension that allows you to set timer and alert |
Tamanho do Arquivo | 297 KB |
Contagem de Instalações | 422 |
Versão Atual | 1.0.0 |
Última Atualização | 2016-11-11 |
Data de Publicação | 2016-11-10 |
Classificação | 4.25/5 Total de 4 Avaliações |
Desenvolvedor | Thu Nguyen |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer", "version": "1.0.0", "description": "A chrome extension that allows you to set timer and alert", "author": "ThuNguyen", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "Set!" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications" ] } |