TFS with Colors
This extension adds colors to the TFS task board
Was ist TFS with Colors?
TFS with Colors ist eine Chrome-Erweiterung, die von egg 'n stone entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds colors to the TFS task board".
Erweiterungsscreenshots
TFS with Colors-Erweiterungs-CRX-Datei herunterladen
Laden Sie TFS with Colors-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension adds colors to the TFS task board
Grundlegende Informationen zur Erweiterung
Name | TFS with Colors |
ID | kocgolegbneheghmldckeaflegjnflnn |
Offizielle URL | https://chromewebstore.google.com/detail/tfs-with-colors/kocgolegbneheghmldckeaflegjnflnn |
Beschreibung | This extension adds colors to the TFS task board |
Dateigröße | 38.75 KB |
Installationsanzahl | 42 |
Aktuelle Version | 0.4 |
Letztes Update | 2016-02-01 |
Veröffentlichungsdatum | 2016-02-01 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | egg 'n stone |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } |