Fitnesse Variables

Show all variables affecting this Test

Was ist Fitnesse Variables?

Fitnesse Variables ist eine Chrome-Erweiterung, die von Mike Plavsky entwickelt wurde, und ihr Hauptmerkmal ist "Show all variables affecting this Test".

Erweiterungsscreenshots

screenshot
screenshot

Fitnesse Variables-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fitnesse Variables-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Fitnesse Variables Fitnesse Variables
ID amgkojinnkjklgafkndmkidffohpleaf
Offizielle URL https://chromewebstore.google.com/detail/fitnesse-variables/amgkojinnkjklgafkndmkidffohpleaf
Beschreibung Show all variables affecting this Test
Dateigröße 150 KB
Installationsanzahl 35
Aktuelle Version 0.1.3.2
Letztes Update 2015-04-09
Veröffentlichungsdatum 2015-04-09
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler Mike Plavsky
Zahlungsart free
Erweiterungswebsite https://github.com/mikeplavsky/Fitnesse-Variables
Hilfeseite URL https://github.com/mikeplavsky/Fitnesse-Variables/issues
Unterstützte Sprachen 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"
            ]
        }
    ]
}