Fitnesse Variables

Show all variables affecting this Test

Fitnesse Variables란 무엇입니까?

Fitnesse Variables은(는) Mike Plavsky에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show all variables affecting this Test"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Fitnesse Variables 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
            ]
        }
    ]
}