Work-Time
Work-Time - It's just the timer of your working time.
O que é Work-Time?
Work-Time é uma extensão do Chrome desenvolvida por Alex Zarnitsa, e sua principal característica é "Work-Time - It's just the timer of your working time.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Work-Time
Baixe arquivos de extensão Work-Time 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
Add timers for each task. Each timer has their notes. Timer thinks if a new day, and you do not stop the timer, it resets to 0:00. You can also see the Options page, to set this option. And also, Help, you can find on the Options page. This page will help you to find additional functions.
Informações Básicas da Extensão
Nome | Work-Time |
ID | fbdehjlkdfihmopbhddckmnabmfgkmkg |
URL Oficial | https://chromewebstore.google.com/detail/work-time/fbdehjlkdfihmopbhddckmnabmfgkmkg |
Descrição | Work-Time - It's just the timer of your working time. |
Tamanho do Arquivo | 448 KB |
Contagem de Instalações | 401 |
Versão Atual | 3.0.5 |
Última Atualização | 2015-02-14 |
Data de Publicação | 2015-02-14 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | Alex Zarnitsa |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "browser_action": { "default_icon": "\/images\/clock.png", "default_popup": "\/popup.html", "default_title": "Work-Time", "name": "Work-Time" }, "description": "Work-Time - It's just the timer of your working time.", "icons": { "128": "\/images\/clock.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcOap2OG3psJfEnehiNKGUcwzqRQ3bB1r1RJkm7Ro5SkTSdfM8aaMXBHq+UfBSvRYeiPYBVYYtIMibyzp3405ae0unkcglqHgM+hac68HG1CTIA2wBGTNsf+pj53eSes\/TzMi+fnWsQkN0sU1YXU5ORs8n6q3fvzntfikUmD53+wIDAQAB", "manifest_version": 2, "name": "Work-Time", "options_page": "options.html", "short_name": "Work-Time", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.5" } |