Fitnesse Variables
Show all variables affecting this Test
What is Fitnesse Variables?
Fitnesse Variables is a Chrome extension developed by Mike Plavsky, and its main feature is "Show all variables affecting this Test".
Extension Screenshots
Download Fitnesse Variables Extension CRX File
Download Fitnesse Variables extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Fitnesse Variables |
ID | amgkojinnkjklgafkndmkidffohpleaf |
Official URL | https://chromewebstore.google.com/detail/fitnesse-variables/amgkojinnkjklgafkndmkidffohpleaf |
Description | Show all variables affecting this Test |
File Size | 150 KB |
Installation Count | 35 |
Current Version | 0.1.3.2 |
Last Updated | 2015-04-09 |
Publish Date | 2015-04-09 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Mike Plavsky |
Payment Type | free |
Extension Website | https://github.com/mikeplavsky/Fitnesse-Variables |
Help Page URL | https://github.com/mikeplavsky/Fitnesse-Variables/issues |
Supported Languages | 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" ] } ] } |