TFS with Colors

This extension adds colors to the TFS task board

ما هو TFS with Colors؟

TFS with Colors هو إضافة Chrome تم تطويرها بواسطة egg 'n stone، والميزة الرئيسية لها هي "This extension adds colors to the TFS task board".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة TFS with Colors

قم بتنزيل ملفات الامتداد TFS with Colors بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension adds colors to the TFS task board                    

معلومات أساسية عن التمديد

الاسم TFS with Colors TFS with Colors
ID kocgolegbneheghmldckeaflegjnflnn
عنوان URL الرسمي https://chromewebstore.google.com/detail/tfs-with-colors/kocgolegbneheghmldckeaflegjnflnn
الوصف This extension adds colors to the TFS task board
حجم الملف 38.75 KB
عدد التثبيتات 42
النسخة الحالية 0.4
آخر تحديث 2016-02-01
تاريخ النشر 2016-02-01
تقييم 4.50/5 مجموع تقييمات 2
المطور egg 'n stone
نوع الدفع free
اللغات المدعومة 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\/"
    ]
}