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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |