Timer Resizer for FreshBooks
Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)
什么是Timer Resizer for FreshBooks?
Timer Resizer for FreshBooks是由https://zyphon.com开发的Chrome扩展程序,该扩展的主要功能是“Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)”。
扩展截图
下载Timer Resizer for FreshBooks扩展crx文件
下载Timer Resizer for FreshBooks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Timer Resizer for FreshBooks |
ID | dollgklkenojadekccfhjfaogalfmgem |
官方URL | https://chromewebstore.google.com/detail/timer-resizer-for-freshbo/dollgklkenojadekccfhjfaogalfmgem |
简介 | Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.) |
文件大小 | 65.82 KB |
安装次数 | 61 |
当前版本 | 1.1 |
更新时间 | 2014-02-07 |
上架时间 | 2014-02-07 |
开发者 | https://zyphon.com |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/zyphlar/freshbooks-resizer |
支持的语言 | 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" ] } |