Fitnesse Variables

Show all variables affecting this Test

ما هو Fitnesse Variables؟

Fitnesse Variables هو إضافة Chrome تم تطويرها بواسطة Mike Plavsky، والميزة الرئيسية لها هي "Show all variables affecting this Test".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Fitnesse Variables

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

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

                        It shows you the number and values of all (presumably ;)) variables influencing this test page.

Technically it goes all the way up from the test page URL analyzing pages through ?edit command. 
If some variable is found several times you see those several definitions. Depending on circumstances it can be a problem or just a regular situation. 

In any way it shows you what Fitnesse doesn't - all variables in a single place!                    

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

الاسم Fitnesse Variables Fitnesse Variables
ID amgkojinnkjklgafkndmkidffohpleaf
عنوان URL الرسمي https://chromewebstore.google.com/detail/fitnesse-variables/amgkojinnkjklgafkndmkidffohpleaf
الوصف Show all variables affecting this Test
حجم الملف 150 KB
عدد التثبيتات 35
النسخة الحالية 0.1.3.2
آخر تحديث 2015-04-09
تاريخ النشر 2015-04-09
تقييم 5.00/5 مجموع تقييمات 6
المطور Mike Plavsky
نوع الدفع free
موقع الإضافة https://github.com/mikeplavsky/Fitnesse-Variables
عنوان صفحة المساعدة https://github.com/mikeplavsky/Fitnesse-Variables/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fitnesse Variables",
    "version": "0.1.3.2",
    "description": "Show all variables affecting this Test",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "FitNesseRoot\/files\/core\/styles\/base.css"
            ],
            "js": [
                "FitNesseRoot\/files\/core\/soyutils.js",
                "FitNesseRoot\/files\/core\/ui-templates.js",
                "lib\/jquery-1.4.4.js",
                "FitNesseRoot\/files\/core\/utils.js",
                "FitNesseRoot\/files\/core\/variables.js",
                "FitNesseRoot\/files\/core\/ui.js",
                "inspector.js"
            ]
        }
    ]
}