Trello Flow
Hide columns in trello board that are not important for you!
什麼是Trello Flow?
Trello Flow是由Renan Borges開發的Chrome擴展程式,該擴展的主要功能是“Hide columns in trello board that are not important for you!”。
擴展截圖
下載Trello Flow擴展crx文件
下載Trello Flow擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Hide and show columns in Trello, just it! No changes in your tasks, no changes in any card, your flow will keep working the only thing what will happen is: YOU select what YOU want to see or not! One click to hide, one click to show again.
擴展基本資訊
名稱 | |
ID | iiflidlllljlnghlfigmebcnjiloohbn |
官方網址 | https://chrome.google.com/webstore/detail/trello-flow/iiflidlllljlnghlfigmebcnjiloohbn |
簡介 | Hide columns in trello board that are not important for you! |
檔案大小 | 294 KB |
安裝次數 | 57 |
目前版本 | 1.0.2 |
更新時間 | 2022-11-03 |
上架時間 | 2019-10-10 |
評分 | 3.67/5 共 3 次評分 |
開發者 | Renan Borges |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/renanborgez |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Flow", "version": "1.0.2", "manifest_version": 2, "description": "Hide columns in trello board that are not important for you!", "homepage_url": "https:\/\/github.com\/renanborgez\/TrelloFlow", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": "icons\/icon48.png", "default_title": "Trello Flow" }, "permissions": [ "https:\/\/trello.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |