Fitnesse Variables

Show all variables affecting this Test

Co je Fitnesse Variables?

Fitnesse Variables je rozšíření Chrome vyvinuté Mike Plavsky, a jeho hlavní funkcí je „Show all variables affecting this Test“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Fitnesse Variables

Stáhněte si soubory rozšíření Fitnesse Variables ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Fitnesse Variables Fitnesse Variables
ID amgkojinnkjklgafkndmkidffohpleaf
Oficiální URL https://chromewebstore.google.com/detail/fitnesse-variables/amgkojinnkjklgafkndmkidffohpleaf
Popis Show all variables affecting this Test
Velikost souboru 150 KB
Počet instalací 35
Aktuální Verze 0.1.3.2
Poslední Aktualizace 2015-04-09
Datum Vydání 2015-04-09
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář Mike Plavsky
Typ Platby free
Webové stránky Rozšíření https://github.com/mikeplavsky/Fitnesse-Variables
URL Stránky Nápovědy https://github.com/mikeplavsky/Fitnesse-Variables/issues
Podporované Jazyky 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"
            ]
        }
    ]
}