Fitnesse Variables
Show all variables affecting this Test
Fitnesse Variables là gì?
Fitnesse Variables là một tiện ích mở rộng Chrome được phát triển bởi Mike Plavsky, và tính năng chính của nó là "Show all variables affecting this Test".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Fitnesse Variables
Tải xuống các tệp mở rộng Fitnesse Variables dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Fitnesse Variables |
ID | amgkojinnkjklgafkndmkidffohpleaf |
URL Chính Thức | https://chromewebstore.google.com/detail/fitnesse-variables/amgkojinnkjklgafkndmkidffohpleaf |
Mô tả | Show all variables affecting this Test |
Kích Thước Tệp | 150 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 0.1.3.2 |
Cập Nhật Lần Cuối | 2015-04-09 |
Ngày Phát Hành | 2015-04-09 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Mike Plavsky |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mikeplavsky/Fitnesse-Variables |
URL Trang Trợ Giúp | https://github.com/mikeplavsky/Fitnesse-Variables/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |