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 |
Eメール | [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" ] } |