KanBanFy - Your NewTab
A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.
什麼是KanBanFy - Your NewTab?
KanBanFy - Your NewTab是由Uday Bhaskar Gajavalli開發的Chrome擴展程式,該擴展的主要功能是“A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done.”。
擴展截圖
下載KanBanFy - Your NewTab擴展crx文件
下載KanBanFy - Your NewTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | apjgpkebkfoepbfkjmneoogpdlpnmfkp |
| 官方網址 | https://chromewebstore.google.com/detail/kanbanfy-your-newtab/apjgpkebkfoepbfkjmneoogpdlpnmfkp |
| 簡介 | A personal KanBan Board on your every new tab. Add, Drag, Drop Tasks and get work done. |
| 檔案大小 | 1.91 MB |
| 安裝次數 | 16 |
| 目前版本 | 1.0 |
| 更新時間 | 2021-05-08 |
| 上架時間 | 2021-05-08 |
| 評分 | 4.50/5 共 2 次評分 |
| 開發者 | Uday Bhaskar Gajavalli |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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'"
} | |