Trello List Wizard
This extension adds more functionality to your Trello boards
Trello List Wizard क्या है?
Trello List Wizard webXID.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds more functionality to your Trello boards"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trello List Wizard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Add more functionality to Trello boards ================================== # Change your cards view: - Width - Title font size - Show/hide: + card numbers + card title tags style (+ AutoReplace) + card preview images + special style for "Done" list # Add more Titles tags type: - Time + Estimate time + Spent time + Total time * for each card list * for each card checklist - Priority - Project - Buget + Total Budget * for each card list
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mkbinjaoeonjpjojkkabokgmiljodmip |
आधिकारिक URL | https://chromewebstore.google.com/detail/trello-list-wizard/mkbinjaoeonjpjojkkabokgmiljodmip |
विवरण | This extension adds more functionality to your Trello boards |
फ़ाइल का आकार | 94.84 KB |
स्थापना संख्या | 386 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2018-01-15 |
प्रकाशन तिथि | 2018-01-14 |
रेटिंग | 4.38/5 कुल 13 रेटिंग्स |
डेवलपर | webXID.net |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://webxid.net |
समर्थित भाषाएँ | en |
manifest.json | |
{ "name": "Trello List Wizard", "short_name": "Trello List Wizard", "description": "This extension adds more functionality to your Trello boards", "author": "Pavlo Matsura", "content_scripts": [ { "css": [ "trello-wizard.css" ], "js": [ "jquery.js", "trello-wizard-fn.js", "trello-wizard-class.js", "trello-wizard-requests.js", "trello-wizard.js", "notifications.js" ], "matches": [ "https:\/\/trello.com\/*", "https:\/\/webxid.net\/*" ] } ], "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.2", "browser_action": { "default_icon": { "16": "icon-49.png", "38": "icon-49.png", "128": "icon-128.png" }, "default_title": "Trello List Wizard", "default_popup": "trello-wizard.html" }, "web_accessible_resources": [ "icon-128.png", "beta-theme.css", "trello-theme.css" ], "permissions": [ "tabs", "activeTab", "https:\/\/webxid.net\/*", "https:\/\/api.webxid.net\/*" ], "icons": { "16": "icon-49.png", "128": "icon-128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'" } |