Deadline
Deadline chrome extension, progress bar to control project time
Deadline란 무엇입니까?
Deadline은(는) denisowpavel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Deadline chrome extension, progress bar to control project time"입니다.
확장 프로그램 스크린샷
Deadline 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you appreciate your time, this application will help you to plan your working hours. It is simple, let's join us! Just 3 foolproof things: • Plan time Choose a start date and end date of the project • Control time Every day you can analyse speed of advance to the end of term. • Be in time You have been in time! Well done! Let's start new project!
확장 프로그램 기본 정보
이름 | Deadline |
ID | ofmmceeclfikkokflnpckaomdaojhpgd |
공식 URL | https://chromewebstore.google.com/detail/deadline/ofmmceeclfikkokflnpckaomdaojhpgd |
설명 | Deadline chrome extension, progress bar to control project time |
파일 크기 | 240 KB |
설치 횟수 | 529 |
현재 버전 | 0.5 |
최근 업데이트 | 2013-11-29 |
출시 날짜 | 2013-11-29 |
평점 | 4.77/5 총 26 개의 평점 |
개발자 | denisowpavel |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://chromeutility.appspot.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Deadline", "description": "Deadline chrome extension, progress bar to control project time", "version": "0.5", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "persistent": true, "scripts": [ "jquery.min.js", "deadline.js", "background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_popup": "popup.html" }, "permissions": [ "http:\/\/chromeutility.appspot.com\/", "storage", "alarms" ] } |