TFS Web Toolkit
Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.
TFS Web Toolkit क्या है?
TFS Web Toolkit droud द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TFS Web Toolkit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Expands HTML editors on backlog items, removes join/part notifications from team chat, sets default new item type on backlog list view, and automatically refreshes backlog board views.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dcehedppbhhlbejdhjokbfmgajgbibnd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tfs-web-toolkit/dcehedppbhhlbejdhjokbfmgajgbibnd |
विवरण | Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views. |
फ़ाइल का आकार | 49.59 KB |
स्थापना संख्या | 10 |
वर्तमान संस्करण | 1.7 |
अंतिम अपडेट | 2014-06-30 |
प्रकाशन तिथि | 2014-06-30 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | droud |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TFS Web Toolkit", "version": "1.7", "manifest_version": 2, "description": "Expands HTML editors on backlog items, removes join\/part notifications from team chat, and refreshes backlog views.", "permissions": [ "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/tfs\/*", "https:\/\/*\/tfs\/*" ], "js": [ "scripts\/tfs.web.toolkit.js" ], "run_at": "document_idle" } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |