Trello Grid
Adds grid layout to Trello
Qu'est-ce que Trello Grid ?
Trello Grid est une extension Chrome développée par fuechec.mark, et sa fonction principale est "Adds grid layout to Trello".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trello Grid
Téléchargez les fichiers d'extension Trello Grid au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Trello Grid |
ID | ddlkemoiobinoolmeccabbpbalojmlij |
URL Officiel | https://chromewebstore.google.com/detail/trello-grid/ddlkemoiobinoolmeccabbpbalojmlij |
Description | Adds grid layout to Trello |
Taille du Fichier | 474 KB |
Nombre d'Installations | 31 |
Version Actuelle | 0.0.0.2 |
Dernière Mise à Jour | 2020-11-17 |
Date de Publication | 2020-11-12 |
Évaluation | 1.33/5 Total 3 Évaluations |
Développeur | fuechec.mark |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |