Card counter for Trello
Show card count in your Trello lanes
Qu'est-ce que Card counter for Trello ?
Card counter for Trello est une extension Chrome développée par matsuoshi, et sa fonction principale est "Show card count in your Trello lanes".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Card counter for Trello
Téléchargez les fichiers d'extension Card counter for 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
Chrome Extension for Trello https://github.com/matsuoshi/Card-counter-for-Trello always show card count number at the top of your Trello lanes.
Informations de Base sur l'Extension
Nom | Card counter for Trello |
ID | gaafcohgckclklihjchllmhlhpclogfm |
URL Officiel | https://chromewebstore.google.com/detail/card-counter-for-trello/gaafcohgckclklihjchllmhlhpclogfm |
Description | Show card count in your Trello lanes |
Taille du Fichier | 8.78 KB |
Nombre d'Installations | 1,730 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2022-08-25 |
Date de Publication | 2019-11-16 |
Évaluation | 2.50/5 Total 2 Évaluations |
Développeur | matsuoshi |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/matsuoshi/Card-counter-for-Trello |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Card counter for Trello", "version": "1.0.2", "description": "Show card count in your Trello lanes", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "matsuoshi", "homepage_url": "https:\/\/github.com\/matsuoshi\/Card-counter-for-Trello", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "style.css" ] } ] } |