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文件
下載My Checklist擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |