Trello List Resizer
Simple extension for wider Trello lists.
What is Trello List Resizer?
Trello List Resizer is a Chrome extension developed by bensmithperez, and its main feature is "Simple extension for wider Trello lists.".
Extension Screenshots
Download Trello List Resizer Extension CRX File
Download Trello List Resizer 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
This plugin resizes Trello lists from 270px to 400px... Just add to chrome and that's it!! :) Code at: https://github.com/bensmithperez/ChromeExtensions/tree/master/Trello%20List%20Resizer
Extension Basic Information
Name | Trello List Resizer |
ID | icfnpgdggbhlidgcefjphhbpnklakobm |
Official URL | https://chromewebstore.google.com/detail/trello-list-resizer/icfnpgdggbhlidgcefjphhbpnklakobm |
Description | Simple extension for wider Trello lists. |
File Size | 3.15 KB |
Installation Count | 450 |
Current Version | 0.1 |
Last Updated | 2017-03-24 |
Publish Date | 2017-03-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | bensmithperez |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello List Resizer", "description": "Simple extension for wider Trello lists.", "author": "Benjamin Smith", "version": "0.1", "content_scripts": [ { "matches": [ "*:\/\/*.trello.com\/*" ], "css": [ "estiloNuevo.css" ], "run_at": "document_start" } ], "permissions": [ "*:\/\/*.trello.com\/*" ] } |