Time Tracker
Keeps track of how much time you spend on various web sites.
Time Tracker란 무엇입니까?
Time Tracker은(는) [email protected]에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keeps track of how much time you spend on various web sites."입니다.
확장 프로그램 스크린샷
Time Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Helps users track how much time they spend on various web sites. Please email feature requests to: [email protected] or file issues on the project page: https://github.com/navjagpal/browser-timetracker/issues This project is open source.
확장 프로그램 기본 정보
이름 | Time Tracker |
ID | mokmnbikneoaenmckfmgjgjimphfojkd |
공식 URL | https://chromewebstore.google.com/detail/time-tracker/mokmnbikneoaenmckfmgjgjimphfojkd |
설명 | Keeps track of how much time you spend on various web sites. |
파일 크기 | 76.76 KB |
설치 횟수 | 15,086 |
현재 버전 | 1.2.4 |
최근 업데이트 | 2016-10-29 |
출시 날짜 | 2016-10-29 |
평점 | 4.24/5 총 132 개의 평점 |
개발자 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/navjagpal/browser-timetracker/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time Tracker", "version": "1.2.4", "description": "Keeps track of how much time you spend on various web sites.", "manifest_version": 2, "background": { "scripts": [ "config.js", "sites.js", "tracker.js", "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "alarms", "idle", "tabs" ], "browser_action": { "default_icon": "images\/icon.png", "default_title": "Time Tracker", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "19": "images\/icon19.png", "38": "images\/icon38.png", "128": "images\/icon.png" } } |