Minikan
Minimal Kanban-like task manager.
Cos'è Minikan?
Minikan è un'estensione di Chrome sviluppata da Neil Van Aliño, e la sua funzione principale è "Minimal Kanban-like task manager.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Minikan
Scarica i file di estensione Minikan in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Minikan |
ID | dphkgaloabgpiaobcjhilcldiikljenb |
URL Ufficiale | https://chromewebstore.google.com/detail/minikan/dphkgaloabgpiaobcjhilcldiikljenb |
Descrizione | Minimal Kanban-like task manager. |
Dimensione del File | 115 KB |
Conteggio Installazioni | 40 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2021-05-24 |
Data di Pubblicazione | 2021-04-21 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Neil Van Aliño |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ " |