Minikan
Minimal Kanban-like task manager.
什麼是Minikan?
Minikan是由Neil Van Aliño開發的Chrome擴展程式,該擴展的主要功能是“Minimal Kanban-like task manager.”。
擴展截圖
下載Minikan擴展crx文件
下載Minikan擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Features -Popup Kanban board -4 columns: Todo, On hold, In progress, Done -Add color to task/note cards (useful for grouping related tasks or setting priorities) Why? -Never leave the web page you are in or switch to another tab just to update your notes/tasks list Getting Started 1) Just press ALT + Q to view your board. Note: Board does not show within empty 'New Tab' tabs (restriction by Chrome). Must be in a loaded web page.
擴展基本資訊
名稱 | Minikan |
ID | dphkgaloabgpiaobcjhilcldiikljenb |
官方網址 | https://chromewebstore.google.com/detail/minikan/dphkgaloabgpiaobcjhilcldiikljenb |
簡介 | Minimal Kanban-like task manager. |
檔案大小 | 115 KB |
安裝次數 | 40 |
目前版本 | 1.4 |
更新時間 | 2021-05-24 |
上架時間 | 2021-04-21 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Neil Van Aliño |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minikan", "description": "Minimal Kanban-like task manager.", "version": "1.4", "manifest_version": 2, "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |