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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
            ]
        }
    ]
}