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.
拡張機能の基本情報
名前 | KanBanFy - Your NewTab |
ID | apjgpkebkfoepbfkjmneoogpdlpnmfkp |
公式URL | 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 |
Eメール | [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'" } |