Timer Resizer for FreshBooks
Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)
O que é Timer Resizer for FreshBooks?
Timer Resizer for FreshBooks é uma extensão do Chrome desenvolvida por https://zyphon.com, e sua principal característica é "Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Timer Resizer for FreshBooks
Baixe arquivos de extensão Timer Resizer for FreshBooks 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
Need to visually track your time without forgetting about the timer, but tired of taking up so much space? This simple extension adds a minimize/maximize button to your timer window to quickly adjust the size. You'll never forget to start or stop your timer again!
Informações Básicas da Extensão
Nome | Timer Resizer for FreshBooks |
ID | dollgklkenojadekccfhjfaogalfmgem |
URL Oficial | https://chromewebstore.google.com/detail/timer-resizer-for-freshbo/dollgklkenojadekccfhjfaogalfmgem |
Descrição | Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.) |
Tamanho do Arquivo | 65.82 KB |
Contagem de Instalações | 61 |
Versão Atual | 1.1 |
Última Atualização | 2014-02-07 |
Data de Publicação | 2014-02-07 |
Desenvolvedor | https://zyphon.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/zyphlar/freshbooks-resizer |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer Resizer for FreshBooks", "description": "Easily minimize your Timesheet \/ Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)", "version": "1.1", "author": "Will Bradley", "homepage_url": "https:\/\/github.com\/zyphlar\/freshbooks-resizer", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.freshbooks.com\/internal*" ], "js": [ "freshbooks-resizer.js", "injected.js" ] } ], "web_accessible_resources": [ "injected.js" ] } |