Timer Resizer for FreshBooks
Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)
Co je Timer Resizer for FreshBooks?
Timer Resizer for FreshBooks je rozšíření Chrome vyvinuté https://zyphon.com, a jeho hlavní funkcí je „Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Timer Resizer for FreshBooks
Stáhněte si soubory rozšíření Timer Resizer for FreshBooks ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Timer Resizer for FreshBooks |
ID | dollgklkenojadekccfhjfaogalfmgem |
Oficiální URL | https://chromewebstore.google.com/detail/timer-resizer-for-freshbo/dollgklkenojadekccfhjfaogalfmgem |
Popis | Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.) |
Velikost souboru | 65.82 KB |
Počet instalací | 61 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2014-02-07 |
Datum Vydání | 2014-02-07 |
Vývojář | https://zyphon.com |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://github.com/zyphlar/freshbooks-resizer |
Podporované Jazyky | 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" ] } |