Trello card counter
Count Trello cards in Lists
Trello card counter क्या है?
Trello card counter martin.mouterde द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Count Trello cards in Lists"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trello card counter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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 } |