Assistant
Assistant helps you to remember your tasks to complete.
Assistant란 무엇입니까?
Assistant은(는) Kalpesh Singh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Assistant helps you to remember your tasks to complete."입니다.
확장 프로그램 스크린샷
Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
***It replaces your new tab with shiny todo manager"*** "Assistant" is simple todo manager which helps you to remember small but yet important task. Whenever you open a new tab, you will see "Assistant" reminding your tasks. "Assistant" is fully accessible and works with screen readers. It also provides many creative visual clue to understand your progress at a glance. To make things more interesting, you will see background image changes on refresh. It fetches some high quality photos from Unsplash to make your new tab less dull. Note: "Assistant" developer supports Privacy very strongly. There is NO tracking or analytics script is in this Chrome extension. [Updates 💥]: 1. Blur mode - Now hide your task list when people are around you. Perfect for projector and meeting scenario 2. Win to accessibility - Focus outline on checkboxes [Features ✨]: 1. Fully accessible. 2. You can add tags by using square brackets. Example - "Write an article for @sitepointdotcom on Vue [urgent]". 3. Radial progress bar to get status of progress at a glance.
확장 프로그램 기본 정보
이름 | Assistant |
ID | jepekkbkeoifmhjfejinpeffomahkepk |
공식 URL | https://chromewebstore.google.com/detail/assistant/jepekkbkeoifmhjfejinpeffomahkepk |
설명 | Assistant helps you to remember your tasks to complete. |
파일 크기 | 643 KB |
설치 횟수 | 44 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2018-10-05 |
출시 날짜 | 2018-10-05 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Kalpesh Singh |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Assistant", "description": "Assistant helps you to remember your tasks to complete.", "icons": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "version": "1.1.3", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" } } |