InTime: New Tab Page
Get things done, on time!
InTime: New Tab Page란 무엇입니까?
InTime: New Tab Page은(는) Vaibhav Arora & Nitish Mehta에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get things done, on time!"입니다.
확장 프로그램 스크린샷
InTime: New Tab Page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An easy way to track whats on your mind! InTime turns your new tab page to tracker for all your tasks. It helps you unclutter your mind, remembering what you really need to do next so that you never miss a deadline. *** NEW FEATURES*** * Upload custom background image * Updated animation for task completion Features: * Create tasks along with their deadline * See all your tasks in a single dashboard * Multiple background images * See your next 3 tasks highlighted * Complete accessibility support * Natural language processing based time input (example: '25 December 12am', 'next month', 'in an hour', 'tomorrow 8pm') Developed by: Vaibhav Arora (https://twitter.com/theVaibhavArora) Nitish Mehta (https://twitter.com/nitish_mehta)
확장 프로그램 기본 정보
이름 | InTime: New Tab Page |
ID | djbmkpknloamhjbfkglaiebgdjpccdfe |
공식 URL | https://chromewebstore.google.com/detail/intime-new-tab-page/djbmkpknloamhjbfkglaiebgdjpccdfe |
설명 | Get things done, on time! |
파일 크기 | 1.06 MB |
설치 횟수 | 27 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2017-03-08 |
출시 날짜 | 2017-03-08 |
평점 | 4.94/5 총 17 개의 평점 |
개발자 | Vaibhav Arora & Nitish Mehta |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InTime: New Tab Page", "short_name": "InTime : New Tab Page", "description": "Get things done, on time!", "manifest_version": 2, "version": "1.0.4", "icons": { "128": "images\/icon.png" }, "permissions": [ "management", "fileSystem" ], "chrome_url_overrides": { "newtab": "build.html" } } |