Timer Resizer for FreshBooks
Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)
Cos'è Timer Resizer for FreshBooks?
Timer Resizer for FreshBooks è un'estensione di Chrome sviluppata da https://zyphon.com, e la sua funzione principale è "Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Timer Resizer for FreshBooks
Scarica i file di estensione Timer Resizer for FreshBooks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Timer Resizer for FreshBooks |
ID | dollgklkenojadekccfhjfaogalfmgem |
URL Ufficiale | https://chromewebstore.google.com/detail/timer-resizer-for-freshbo/dollgklkenojadekccfhjfaogalfmgem |
Descrizione | Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.) |
Dimensione del File | 65.82 KB |
Conteggio Installazioni | 61 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-02-07 |
Data di Pubblicazione | 2014-02-07 |
Sviluppatore | https://zyphon.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/zyphlar/freshbooks-resizer |
Lingue Supportate | 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" ] } |