Project Board
A Minimalist SCRUM board perfect for your productivity
什麼是Project Board?
Project Board是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“A Minimalist SCRUM board perfect for your productivity”。
擴展截圖
下載Project Board擴展crx文件
下載Project Board擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A minimalist approach to SCRUM boards, perfect for any project settings. ProjectBoard offers a visual representation of the tasks to be done. Use it to isolate and organize tasks, add new tasks and track each one through its lifecycle! Add ProjectBoard to your browser to improve your productivity now! == Features == ✓ Add tasks with the plus button or with "Enter" ✓ Move tasks is as simple as drag and drop ✓ Delete tasks by moving it to the "Remove" column and press the trashcan button ✓ Create new board by hovering over "Lists" and click the plus button ✓ Change board by hovering over "Lists" and select the name of your board ✓ Edit board's name by clicking the pencil button and then save it with "Enter" or the save button ✓ Delete board with the delete button at the bottom-left corner ( You can't delete your last board ) == Feedback and bug reports == ProjectBoard is still in its early stages, if you are having any issues or have any suggestions, please don't post the report here, sent me an email at [email protected] and I will address it ASAP == Like the product? == If you like ProjectBoard, please consider giving it a 5 star rating, it will be greatly appreciated.
擴展基本資訊
名稱 | Project Board |
ID | liglafjdnkknphlhlfcmdlddhmgdfdgm |
官方網址 | https://chromewebstore.google.com/detail/project-board/liglafjdnkknphlhlfcmdlddhmgdfdgm |
簡介 | A Minimalist SCRUM board perfect for your productivity |
檔案大小 | 10.17 MB |
安裝次數 | 74 |
目前版本 | 1.0.1 |
更新時間 | 2020-05-08 |
上架時間 | 2020-05-07 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Project Board", "description": "A Minimalist SCRUM board perfect for your productivity", "version": "1.0.1", "manifest_version": 2, "icons": { "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "ProjectBoard" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+B", "mac": "MacCtrl+Shift+B" }, "description": "Opens ProjectBoard" } } } |