Fitnesse Variables
Show all variables affecting this Test
什么是Fitnesse Variables?
Fitnesse Variables是由Mike Plavsky开发的Chrome扩展程序,该扩展的主要功能是“Show all variables affecting this Test”。
扩展截图
下载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 |
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" ] } ] } |