KanBanFy - Your NewTab
A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.
Wat is KanBanFy - Your NewTab?
KanBanFy - Your NewTab is een Chrome-extensie ontwikkeld door Uday Bhaskar Gajavalli, en de belangrijkste functie is "A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.".
Extensie Screenshots
Download het CRX-bestand van de extensie KanBanFy - Your NewTab
Download KanBanFy - Your NewTab-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
Add Task: You can add your task with title, a link to redirect on click and brief summary of the task. Drag and Drop the task at ease and deleting the done tasks is one click away.
Basisinformatie over de Extensie
Naam | KanBanFy - Your NewTab |
ID | apjgpkebkfoepbfkjmneoogpdlpnmfkp |
Officiële URL | https://chromewebstore.google.com/detail/kanbanfy-your-newtab/apjgpkebkfoepbfkjmneoogpdlpnmfkp |
Beschrijving | A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done. |
Bestandsgrootte | 1.91 MB |
Aantal Installaties | 16 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-05-08 |
Publicatiedatum | 2021-05-08 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Uday Bhaskar Gajavalli |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KanBanFy - Your NewTab", "description": "A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.", "version": "1.0", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "favicon.ico" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |