Timer Resizer for FreshBooks
Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)
What is Timer Resizer for FreshBooks?
Timer Resizer for FreshBooks is a Chrome extension developed by https://zyphon.com, and its main feature is "Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)".
Extension Screenshots
Download Timer Resizer for FreshBooks Extension CRX File
Download Timer Resizer for FreshBooks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Timer Resizer for FreshBooks |
ID | dollgklkenojadekccfhjfaogalfmgem |
Official URL | https://chromewebstore.google.com/detail/timer-resizer-for-freshbo/dollgklkenojadekccfhjfaogalfmgem |
Description | Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.) |
File Size | 65.82 KB |
Installation Count | 61 |
Current Version | 1.1 |
Last Updated | 2014-02-07 |
Publish Date | 2014-02-07 |
Developer | https://zyphon.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/zyphlar/freshbooks-resizer |
Supported Languages | 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" ] } |