Minikan
Minimal Kanban-like task manager.
Wat is Minikan?
Minikan is een Chrome-extensie ontwikkeld door Neil Van Aliño, en de belangrijkste functie is "Minimal Kanban-like task manager.".
Extensie Screenshots
Download het CRX-bestand van de extensie Minikan
Download Minikan-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Minikan |
ID | dphkgaloabgpiaobcjhilcldiikljenb |
Officiële URL | https://chromewebstore.google.com/detail/minikan/dphkgaloabgpiaobcjhilcldiikljenb |
Beschrijving | Minimal Kanban-like task manager. |
Bestandsgrootte | 115 KB |
Aantal Installaties | 40 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2021-05-24 |
Publicatiedatum | 2021-04-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Neil Van Aliño |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |