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
公式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"
            ]
        }
    ]
}