My Checklist
Be more efficient. Remember whats on your list - and get the satisfying feeling, when marking a task as done!
My Checklist란 무엇입니까?
My Checklist은(는) devjonas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Be more efficient. Remember whats on your list - and get the satisfying feeling, when marking a task as done!"입니다.
확장 프로그램 스크린샷
My Checklist 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The vision with My Checklist, is to increase your efficiency the easiest way possible. No need for pen and paper. No need to switch tab to task management page. And most importantly - you will keep this satisfying feeling, marking a task as done! 🥳 The use of My Checklist is very simple. First you will make a list of the tasks and press save. The red dot of each line, indicate that the task is saved or not. Later on, when the task is done, you will press on the checkmark, and the task will now be highlighting it is done - just the way we like it with pen and paper ✅ The task is automatically saved, when marked as done. Whenever you want to remove the tasks, simply press the Clear list button. That's it!
확장 프로그램 기본 정보
이름 | |
ID | abijmmmajjhcadmfibojkljenlidhpbf |
공식 URL | https://chrome.google.com/webstore/detail/my-checklist/abijmmmajjhcadmfibojkljenlidhpbf |
설명 | Be more efficient. Remember whats on your list - and get the satisfying feeling, when marking a task as done! |
파일 크기 | 29.09 KB |
설치 횟수 | 118 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-04-05 |
출시 날짜 | 2021-04-05 |
개발자 | devjonas |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Checklist", "version": "1.0.0", "description": "Be more efficient. Remember whats on your list - and get the satisfying feeling, when marking a task as done!", "author": "Jonas K", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/16.png" }, "permissions": [ "activeTab", "storage" ] } |