Fitnesse Variables

Show all variables affecting this Test

什麼是Fitnesse Variables?

Fitnesse Variables是由Mike Plavsky開發的Chrome擴展程式,該擴展的主要功能是“Show all variables affecting this Test”。

擴展截圖

screenshot
screenshot

下載Fitnesse Variables擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}