Trello Design
Change the design of Trello. Provides extensions that are compatible with the new Trello.
Qu'est-ce que Trello Design ?
Trello Design est une extension Chrome développée par Shin LLC, et sa fonction principale est "Change the design of Trello. Provides extensions that are compatible with the new Trello.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trello Design
Téléchargez les fichiers d'extension Trello Design 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
For example, you can display the label color and card number. Quick Guide: https://github.com/shin-dev/trello-design/wiki ---- Version 1.2.0 New Features ・Line height adjustment at card details. https://github.com/shin-dev/trello-design/wiki#line-height-px--v120 ・Blank line height adjustment at card details. https://github.com/shin-dev/trello-design/wiki#blank-line-height-px--v120 ・Show title and url copy buttons at card details. https://github.com/shin-dev/trello-design/wiki#show-copy-button-on-card-detail--v120 Fixed ・Wasn't closed Span tag at card number. ---- Version 1.1.0 New Features ・Hide card cover on list. ・Resize card details window. Fixed ・Operation correction on non-compliant sites. ・Fixed reset behavior. ---- Version 1.0.0 New Features ・Apply label to card color. ・Display card number.
Informations de Base sur l'Extension
Nom | Trello Design |
ID | bddemgibaehjbclgpppopnlcaohlikki |
URL Officiel | https://chromewebstore.google.com/detail/trello-design/bddemgibaehjbclgpppopnlcaohlikki |
Description | Change the design of Trello. Provides extensions that are compatible with the new Trello. |
Taille du Fichier | 109 KB |
Nombre d'Installations | 21 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2020-12-29 |
Date de Publication | 2020-07-25 |
Développeur | Shin LLC |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/shin-dev/trello-design |
URL de la Page d'Aide | https://github.com/shin-dev/trello-design/wiki |
Langues Prises en Charge | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello Design", "version": "1.2.0", "description": "Change the design of Trello. Provides extensions that are compatible with the new Trello.", "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/trello.com\/*" ], "css": [ "scripts\/content.css" ], "js": [ "scripts\/content.js" ] } ], "icons": { "16": "assets\/images\/icon_16x16.png", "48": "assets\/images\/icon_48x48.png", "128": "assets\/images\/icon_128x128.png" }, "browser_action": { "default_icon": "assets\/images\/icon_32x32.png", "default_title": "Trello Design", "default_popup": "scripts\/popup.html" }, "permissions": [ "storage", "https:\/\/trello.com\/*" ] } |