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 - это расширение Chrome, разработанное droud, и его основная функция - "Expands HTML editors on backlog items, removes join/part notifications from team chat, and refreshes backlog views.".
Скачать файл CRX расширения TFS Web Toolkit
Скачайте файлы расширений TFS Web Toolkit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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"
}
} | |