FlexyTrello
Make Trello Lists Resizable
什麼是FlexyTrello?
FlexyTrello是由martin.mouterde開發的Chrome擴展程式,該擴展的主要功能是“Make Trello Lists Resizable”。
擴展截圖
下載FlexyTrello擴展crx文件
下載FlexyTrello擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Make Trello Lists more flexible : - Resize lists - Display lists on several columns - Collapse/Expand lists Release 1.3 : Make sure to allow access to Trello from extention Options page
擴展基本資訊
名稱 | FlexyTrello |
ID | pggiemacedhgohmpcgdpceckeicjlgfn |
官方網址 | https://chromewebstore.google.com/detail/flexytrello/pggiemacedhgohmpcgdpceckeicjlgfn |
簡介 | Make Trello Lists Resizable |
檔案大小 | 103 KB |
安裝次數 | 2,249 |
目前版本 | 1.3.19 |
更新時間 | 2023-05-06 |
上架時間 | 2020-06-29 |
評分 | 3.72/5 共 47 次評分 |
開發者 | martin.mouterde |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/mmouterde/FlexyTrello |
說明頁面URL | https://github.com/mmouterde/FlexyTrello |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FlexyTrello", "description": "Make Trello Lists Resizable", "version": "1.3.19", "icons": { "16": "img\/resize16.png", "48": "img\/resize48.png", "128": "img\/resize128.png" }, "author": "Martin Mouterde", "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "js": [ "lib\/jquery-1.11.2.js", "lib\/jquery.waituntilexists.js", "scripts\/FlexyTrello.js" ], "matches": [ "https:\/\/trello.com\/b*" ] } ], "web_accessible_resources": [ { "resources": [ "img\/resize.png", "img\/resize16.png", "img\/resize48.png", "img\/resize128.png", "lib\/HashSearch.js", "lib\/jquery.waituntilexists.js", "lib\/jquery-1.11.2.js", "lib\/trello_client.js", "settings\/css\/style.css", "settings\/js\/settings.js", "settings\/index.html", "style\/override.css", "scripts\/background.js", "scripts\/FlexyTrello.js", "scripts\/key.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ], "options_page": "settings\/index.html", "permissions": [ "tabs", "declarativeContent" ], "host_permissions": [ "https:\/\/trello.com\/*" ], "action": { "default_icon": "img\/resize.png", "default_title": "FlexyTrello" }, "manifest_version": 3 } |