KanBanFy - Your NewTab
A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.
Qu'est-ce que KanBanFy - Your NewTab ?
KanBanFy - Your NewTab est une extension Chrome développée par Uday Bhaskar Gajavalli, et sa fonction principale est "A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KanBanFy - Your NewTab
Téléchargez les fichiers d'extension KanBanFy - Your NewTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | KanBanFy - Your NewTab |
ID | apjgpkebkfoepbfkjmneoogpdlpnmfkp |
URL Officiel | https://chromewebstore.google.com/detail/kanbanfy-your-newtab/apjgpkebkfoepbfkjmneoogpdlpnmfkp |
Description | A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done. |
Taille du Fichier | 1.91 MB |
Nombre d'Installations | 16 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-05-08 |
Date de Publication | 2021-05-08 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | Uday Bhaskar Gajavalli |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |