Timer
Timer Chrome extention, by Pascal Pirate
O que é Timer?
Timer é uma extensão do Chrome desenvolvida por Pascal Pirate, e sua principal característica é "Timer Chrome extention, by Pascal Pirate".
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
Simple no thrills timer. Able to set multiple timers with ability to label them. Set length of time and it ticks away pause, continue, and restart when done. Keeps track of amount of paused time and the amount of time left. Additionally the time the timer was started and the current time are displayed When time is up alarm sounds. Thanks SoundBible.com for the sounds.
Informações Básicas da Extensão
Nome | Timer |
ID | pcffggaleeohaackonphbhgdodegogej |
URL Oficial | https://chromewebstore.google.com/detail/timer/pcffggaleeohaackonphbhgdodegogej |
Descrição | Timer Chrome extention, by Pascal Pirate |
Tamanho do Arquivo | 819 KB |
Contagem de Instalações | 20 |
Versão Atual | 3.2.1 |
Última Atualização | 2017-03-15 |
Data de Publicação | 2017-03-15 |
Desenvolvedor | Pascal Pirate |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer", "description": "Timer Chrome extention, by Pascal Pirate", "version": "3.2.1", "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "128": "hourglass.png" }, "options_page": "options.html", "browser_action": { "default_icon": "hourglass.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "https:\/\/ajax.googleapis.com\/" ] } |