trello+
Configurable, high contrast user cards for Trello
Qu'est-ce que trello+ ?
trello+ est une extension Chrome développée par William M Hayes, et sa fonction principale est "Configurable, high contrast user cards for Trello".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension trello+
Téléchargez les fichiers d'extension trello+ 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
Highlights the Trello cards you're attached to. v 1.6 - Updated avatar identification v 1.5 - Added support for subscribed lists and cards v1.4 - Added compressed cards - Added image dim to dimmed cards - Misc layout tweaks
Informations de Base sur l'Extension
Nom | trello+ |
ID | kgehmpaejbdohkkhjjkejhodgnjeejgm |
URL Officiel | https://chromewebstore.google.com/detail/trello+/kgehmpaejbdohkkhjjkejhodgnjeejgm |
Description | Configurable, high contrast user cards for Trello |
Taille du Fichier | 43.45 KB |
Nombre d'Installations | 43 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2017-08-12 |
Date de Publication | 2017-08-12 |
Développeur | William M Hayes |
[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+", "short_name": "trello+", "description": "Configurable, high contrast user cards for Trello", "version": "1.6", "browser_action": { "default_icon": "shared\/icons\/icon16.png", "default_popup": "popup\/index.html" }, "icons": { "16": "shared\/icons\/icon16.png", "48": "shared\/icons\/icon48.png", "128": "shared\/icons\/icon128.png" }, "permissions": [ "storage", "https:\/\/trello.com\/" ], "content_scripts": [ { "all_frames": true, "js": [ "shared\/js\/jquery.min.js", "app\/app.min.js" ], "css": [ "app\/app.css" ], "matches": [ "https:\/\/trello.com\/*" ] } ] } |