TFS with Colors
This extension adds colors to the TFS task board
Qu'est-ce que TFS with Colors ?
TFS with Colors est une extension Chrome développée par egg 'n stone, et sa fonction principale est "This extension adds colors to the TFS task board".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TFS with Colors
Téléchargez les fichiers d'extension TFS with Colors au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension adds colors to the TFS task board
Informations de Base sur l'Extension
Nom | TFS with Colors |
ID | kocgolegbneheghmldckeaflegjnflnn |
URL Officiel | https://chromewebstore.google.com/detail/tfs-with-colors/kocgolegbneheghmldckeaflegjnflnn |
Description | This extension adds colors to the TFS task board |
Taille du Fichier | 38.75 KB |
Nombre d'Installations | 42 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2016-02-01 |
Date de Publication | 2016-02-01 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | egg 'n stone |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |