Trello Quick Export Button
Adds an 'Export JSON' button to the header menu of Trello boards.
Trello Quick Export Button क्या है?
Trello Quick Export Button wersimmon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds an 'Export JSON' button to the header menu of Trello boards."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trello Quick Export Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds an 'Export JSON' button to the header menu of Trello boards, which will trigger a download of the board's JSON export. It may take a few seconds for the Trello server for begin the download.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mlabdohgfpjffdcacadjnabecoapkdnb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/trello-quick-export-butto/mlabdohgfpjffdcacadjnabecoapkdnb |
विवरण | Adds an 'Export JSON' button to the header menu of Trello boards. |
फ़ाइल का आकार | 4.61 KB |
स्थापना संख्या | 26 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2018-05-04 |
प्रकाशन तिथि | 2018-05-04 |
डेवलपर | wersimmon |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello Quick Export Button", "version": "1.0.0", "description": "Adds an 'Export JSON' button to the header menu of Trello boards.", "icons": { "128": "trello-exportButton.png" }, "content_scripts": [ { "matches": [ "*:\/\/trello.com\/b\/*" ], "js": [ "trello-exportButton.js" ] } ] } |