Trello card counter
Count Trello cards in Lists
ما هو Trello card counter؟
Trello card counter هو إضافة Chrome تم تطويرها بواسطة martin.mouterde، والميزة الرئيسية لها هي "Count Trello cards in Lists".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Trello card counter
قم بتنزيل ملفات الامتداد Trello card counter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome extension witch Add the number of card in each column.
معلومات أساسية عن التمديد
الاسم | Trello card counter |
ID | lkifhkgedjabhdpbogaobhkgajndjihg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/trello-card-counter/lkifhkgedjabhdpbogaobhkgajndjihg |
الوصف | Count Trello cards in Lists |
حجم الملف | 101 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2017-05-30 |
تاريخ النشر | 2017-05-30 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | martin.mouterde |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/mmouterde/TrelloCardCounter |
عنوان صفحة المساعدة | https://github.com/mmouterde/TrelloCardCounter |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello card counter", "description": "Count Trello cards in Lists", "version": "1.0.1", "icons": { "16": "img\/logo16.png", "48": "img\/logo48.png", "128": "img\/logo128.png" }, "author": "Martin Mouterde", "content_scripts": [ { "css": [ "style\/style.css" ], "js": [ "lib\/jquery-1.11.2.js", "lib\/jquery.waituntilexists.js", "scripts\/main.js" ], "matches": [ "https:\/\/trello.com\/b*" ] } ], "permissions": [ "https:\/\/trello.com\/*" ], "manifest_version": 2 } |