Perspective - New Tab
Beat procrastination, follow deadlines, and keep track of time in general.
Perspective - New Tab란 무엇입니까?
Perspective - New Tab은(는) anandchandra50에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Beat procrastination, follow deadlines, and keep track of time in general."입니다.
확장 프로그램 스크린샷
Perspective - New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Perspective is a unique way to keep track of time and deadlines — we use images and shapes to represent the passing of time. Each task has a start and end date, and the shapes collectively display the fraction of the total time that has passed since the start. Use it to: - beat procrastination — you’ll be surprised how motivating it is to see that half your study time is over. - countdown to events — since you began waiting, how much time do you have left until you leave for college, start a new job, or plan to move? - be aware of how fast time passes in general — is this year already halfway over? How much longer will you remain 18 years old? Since Perspective is a new tab extension, you can keep track of your time and deadlines whenever you open a new tab. You can customize: - colors - start and end dates, title - fill shape (circle or diamond) - fill direction (fill from top to bottom or bottom to top) - sorting of perspectives - notifications - number of shapes - date format Perspective Pro: Unlock by referring 2 other friends or paying $1.99 - unlock dark mode - change settings for each task Perspective is light-weight, loads fast, and syncs across all your windows and devices. Questions or concerns? Contact me at: [email protected] Privacy Policy: http://anandchandra.com/PerspectiveDocs/PerspectivePrivacyPolicy.pdf
확장 프로그램 기본 정보
이름 | |
ID | hehnfhfmcifhbgkefjbfbaefhddlpnjj |
공식 URL | https://chrome.google.com/webstore/detail/perspective-new-tab/hehnfhfmcifhbgkefjbfbaefhddlpnjj |
설명 | Beat procrastination, follow deadlines, and keep track of time in general. |
파일 크기 | 323 KB |
설치 횟수 | 52 |
현재 버전 | 2.1.1 |
최근 업데이트 | 2018-07-10 |
출시 날짜 | 2018-07-10 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | anandchandra50 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://anandchandra.com/PerspectiveDocs/PerspectivePrivacyPolicy.pdf |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Perspective - New Tab", "description": "Beat procrastination, follow deadlines, and keep track of time in general.", "version": "2.1.1", "short_name": "Perspective", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "incognito": "split", "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage", "notifications" ] } |