Simple Timer
Shows an alert after predetermined number of minutes
O que é Simple Timer?
Simple Timer é uma extensão do Chrome desenvolvida por Buddha, e sua principal característica é "Shows an alert after predetermined number of minutes".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simple Timer
Baixe arquivos de extensão Simple 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
Did you want to setup a reminder about how long you want to browse a website before starting it? Use Simple Timer. Right Click anywhere in chrome to see a Simple Timer context menu item. Enter number of minutes you want to be reminded after. You can use numbers like 1.5 to be reminded after 90 seconds. Icon Designed by https://www.iconfinder.com/denir
Informações Básicas da Extensão
Nome | |
ID | emmpnaoanpjpdeohclgcijidniippdfb |
URL Oficial | https://chrome.google.com/webstore/detail/simple-timer/emmpnaoanpjpdeohclgcijidniippdfb |
Descrição | Shows an alert after predetermined number of minutes |
Tamanho do Arquivo | 11.67 KB |
Contagem de Instalações | 124 |
Versão Atual | 1.0 |
Última Atualização | 2015-09-06 |
Data de Publicação | 2015-09-06 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | Buddha |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Timer", "description": "Shows an alert after predetermined number of minutes", "version": "1.0", "background": { "scripts": [ "eventPage.js" ], "persistent": true }, "icons": { "16": "timer20.png", "48": "timer48.png", "128": "timer128.png" }, "permissions": [ "storage", "notifications", "contextMenus" ] } |