Card counter for Trello
Show card count in your Trello lanes
ما هو Card counter for Trello؟
Card counter for Trello هو إضافة Chrome تم تطويرها بواسطة matsuoshi، والميزة الرئيسية لها هي "Show card count in your Trello lanes".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Card counter for Trello
قم بتنزيل ملفات الامتداد Card counter for Trello بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome Extension for Trello https://github.com/matsuoshi/Card-counter-for-Trello always show card count number at the top of your Trello lanes.
معلومات أساسية عن التمديد
الاسم | Card counter for Trello |
ID | gaafcohgckclklihjchllmhlhpclogfm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/card-counter-for-trello/gaafcohgckclklihjchllmhlhpclogfm |
الوصف | Show card count in your Trello lanes |
حجم الملف | 8.78 KB |
عدد التثبيتات | 1,730 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2022-08-25 |
تاريخ النشر | 2019-11-16 |
تقييم | 2.50/5 مجموع تقييمات 2 |
المطور | matsuoshi |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/matsuoshi/Card-counter-for-Trello |
اللغات المدعومة | 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" ] } ] } |