Trello Grid
Adds grid layout to Trello
What is Trello Grid?
Trello Grid is a Chrome extension developed by fuechec.mark, and its main feature is "Adds grid layout to Trello".
Extension Screenshots
Download Trello Grid Extension CRX File
Download Trello Grid 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 simple extension that creates a grid layout for the Trello board. After installing the extension, navigate to Trello.com and your banyan boards will be togglable to a grid layout by pressing the 'g' key.
Extension Basic Information
Name | Trello Grid |
ID | ddlkemoiobinoolmeccabbpbalojmlij |
Official URL | https://chromewebstore.google.com/detail/trello-grid/ddlkemoiobinoolmeccabbpbalojmlij |
Description | Adds grid layout to Trello |
File Size | 474 KB |
Installation Count | 31 |
Current Version | 0.0.0.2 |
Last Updated | 2020-11-17 |
Publish Date | 2020-11-12 |
Rating | 1.33/5 Total 3 Ratings |
Developer | fuechec.mark |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello Grid", "version": "0.0.0.2", "description": "Adds grid layout to Trello", "icons": { "16": "grid.png", "48": "promotional.png", "128": "screenshot.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ] } |