Trello Grid
Adds grid layout to Trello
Wat is Trello Grid?
Trello Grid is een Chrome-extensie ontwikkeld door fuechec.mark, en de belangrijkste functie is "Adds grid layout to Trello".
Extensie Screenshots
Download het CRX-bestand van de extensie Trello Grid
Download Trello Grid-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ddlkemoiobinoolmeccabbpbalojmlij |
| Officiële URL | https://chromewebstore.google.com/detail/trello-grid/ddlkemoiobinoolmeccabbpbalojmlij |
| Beschrijving | Adds grid layout to Trello |
| Bestandsgrootte | 474 KB |
| Aantal Installaties | 31 |
| Huidige Versie | 0.0.0.2 |
| Laatst Bijgewerkt | 2020-11-17 |
| Publicatiedatum | 2020-11-12 |
| Beoordeling | 1.33/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | fuechec.mark |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |