KanBanFy - Your NewTab
A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.
What is KanBanFy - Your NewTab?
KanBanFy - Your NewTab is a Chrome extension developed by Uday Bhaskar Gajavalli, and its main feature is "A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.".
Extension Screenshots
Download KanBanFy - Your NewTab Extension CRX File
Download KanBanFy - Your NewTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | KanBanFy - Your NewTab |
ID | apjgpkebkfoepbfkjmneoogpdlpnmfkp |
Official URL | 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. |
File Size | 1.91 MB |
Installation Count | 16 |
Current Version | 1.0 |
Last Updated | 2021-05-08 |
Publish Date | 2021-05-08 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Uday Bhaskar Gajavalli |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |