FlexyTrello
Make Trello Lists Resizable
What is FlexyTrello?
FlexyTrello is a Chrome extension developed by martin.mouterde, and its main feature is "Make Trello Lists Resizable".
Extension Screenshots
Download FlexyTrello Extension CRX File
Download FlexyTrello extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | FlexyTrello |
ID | pggiemacedhgohmpcgdpceckeicjlgfn |
Official URL | https://chromewebstore.google.com/detail/flexytrello/pggiemacedhgohmpcgdpceckeicjlgfn |
Description | Make Trello Lists Resizable |
File Size | 103 KB |
Installation Count | 2,249 |
Current Version | 1.3.19 |
Last Updated | 2023-05-06 |
Publish Date | 2020-06-29 |
Rating | 3.72/5 Total 47 Ratings |
Developer | martin.mouterde |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mmouterde/FlexyTrello |
Help Page URL | https://github.com/mmouterde/FlexyTrello |
Supported Languages | 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 } |