Show Card Numbers for Trello
This extension displays card numbers from the board view.
Show Card Numbers for Trello क्या है?
Show Card Numbers for Trello arron.powell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension displays card numbers from the board view."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Show Card Numbers for Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Allows you to see card numbers from the board view in trello
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pjhjdehkaggmpebggjonlhleidlodepi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/show-card-numbers-for-tre/pjhjdehkaggmpebggjonlhleidlodepi |
विवरण | This extension displays card numbers from the board view. |
फ़ाइल का आकार | 14.68 KB |
स्थापना संख्या | 695 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2014-07-17 |
प्रकाशन तिथि | 2014-07-17 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | arron.powell |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Show Card Numbers for Trello", "description": "This extension displays card numbers from the board view.", "version": "1.2", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/b\/*" ], "css": [ "cardNo.css" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |