Trello Card Counter
This extension is a product of my laziness. You don't need to count the cards anymore.
ما هو Trello Card Counter؟
Trello Card Counter هو إضافة Chrome تم تطويرها بواسطة Mehmet Yatkı، والميزة الرئيسية لها هي "This extension is a product of my laziness. You don't need to count the cards anymore.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Trello Card Counter
قم بتنزيل ملفات الامتداد Trello Card Counter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is a product of my laziness. You don't need to count the cards anymore. PS: This extension only and just only counts the cards in the lists. So, no worries your data is safe.
معلومات أساسية عن التمديد
الاسم | Trello Card Counter |
ID | bodefgeflaobkeejlcbbnbniimlinocd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/trello-card-counter/bodefgeflaobkeejlcbbnbniimlinocd |
الوصف | This extension is a product of my laziness. You don't need to count the cards anymore. |
حجم الملف | 45.2 KB |
عدد التثبيتات | 329 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-04-11 |
تاريخ النشر | 2016-04-11 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | Mehmet Yatkı |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Card Counter", "description": "This extension is a product of my laziness. You don't need to count the cards anymore.", "version": "1.0", "manifest_version": 2, "icons": { "32": "icon-32.png", "128": "icon-128.png" }, "content_scripts": [ { "js": [ "jquery-1.11.2.min.js", "silent.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |