TFS with Colors
This extension adds colors to the TFS task board
Vad är TFS with Colors?
TFS with Colors är en Chrome-tillägg utvecklad av egg 'n stone, och dess huvudfunktion är "This extension adds colors to the TFS task board".
Tilläggsskärmbilder
Ladda ner TFS with Colors-förlängningens CRX-fil
Ladda ner TFS with Colors-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension adds colors to the TFS task board Grundläggande Information om Tillägg
| Namn | |
| ID | kocgolegbneheghmldckeaflegjnflnn |
| Officiell webbadress | https://chromewebstore.google.com/detail/tfs-with-colors/kocgolegbneheghmldckeaflegjnflnn |
| Beskrivning | This extension adds colors to the TFS task board |
| Filstorlek | 38.75 KB |
| Antal Installationer | 42 |
| Aktuell Version | 0.4 |
| Senast Uppdaterad | 2016-02-01 |
| Publiceringsdatum | 2016-02-01 |
| Betyg | 4.50/5 Totalt 2 Betyg |
| Utvecklare | egg 'n stone |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TFS with Colors",
"short_name": "TFS+Colors",
"version": "0.4",
"description": "This extension adds colors to the TFS task board",
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png"
},
"browser_action": {
"default_icon": "images\/icon32.png",
"default_popup": "pages\/popup.html"
},
"content_scripts": [
{
"js": [
"scripts\/jquery-2.1.4.min.js",
"scripts\/tools.js",
"scripts\/settings.js",
"scripts\/taskboard.js"
],
"matches": [
"http:\/\/*\/*\/*\/_backlogs\/TaskBoard*",
"https:\/\/*\/*\/*\/_backlogs\/TaskBoard*",
"http:\/\/*\/*\/*\/_backlogs\/taskboard*",
"https:\/\/*\/*\/*\/_backlogs\/taskboard*"
]
}
],
"options_page": "pages\/options.html",
"permissions": [
"activeTab",
"storage",
"https:\/\/ajax.googleapis.com\/"
]
} | |