Trello Grids
Custom Trello Lists, Grids, and Cards.
Qu'est-ce que Trello Grids ?
Trello Grids est une extension Chrome développée par Izzy Haimoura, et sa fonction principale est "Custom Trello Lists, Grids, and Cards.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trello Grids
Téléchargez les fichiers d'extension Trello Grids 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
HOW TO USE ========== 1. Add extension to Chrome 2. Go to your Trello Board 3. Click on the extension icon on your Chrome Toolbar (Top Right side) 4. Change the settings to your liking! FEATURES ======== - Customize your Trello experience. - Browse your Trello lists in grids, horizontally, or vertically. - Change width and height of your Trello lists. - More features coming soon! Do you want to build an app or a startup but don't know how to code? Checkout https://bearchip.com - It's the fastest search engine for awesome #NoCode tools and resources that will help you.
Informations de Base sur l'Extension
Nom | Trello Grids |
ID | gckekomhhecblpbfpgelgaohdnbmilji |
URL Officiel | https://chromewebstore.google.com/detail/trello-grids/gckekomhhecblpbfpgelgaohdnbmilji |
Description | Custom Trello Lists, Grids, and Cards. |
Taille du Fichier | 26.18 KB |
Nombre d'Installations | 1,086 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2021-01-05 |
Date de Publication | 2019-01-02 |
Évaluation | 4.14/5 Total 14 Évaluations |
Développeur | Izzy Haimoura |
[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 Grids", "description": "Custom Trello Lists, Grids, and Cards.", "version": "1.1", "author": "Izzy Haimoura", "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "*:\/\/trello.com\/b\/*", "tabs", "storage" ], "web_accessible_resources": [ "css\/layout.css" ], "page_action": { "default_title": "List Layouts for Trello", "default_popup": "popup.html" }, "commands": { "_execute_page_action": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "MacCtrl+Shift+L" } } } } |