Fitnesse Variables
Show all variables affecting this Test
Cos'è Fitnesse Variables?
Fitnesse Variables è un'estensione di Chrome sviluppata da Mike Plavsky, e la sua funzione principale è "Show all variables affecting this Test".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fitnesse Variables
Scarica i file di estensione Fitnesse Variables in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Fitnesse Variables |
ID | amgkojinnkjklgafkndmkidffohpleaf |
URL Ufficiale | https://chromewebstore.google.com/detail/fitnesse-variables/amgkojinnkjklgafkndmkidffohpleaf |
Descrizione | Show all variables affecting this Test |
Dimensione del File | 150 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 0.1.3.2 |
Ultimo Aggiornamento | 2015-04-09 |
Data di Pubblicazione | 2015-04-09 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | Mike Plavsky |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mikeplavsky/Fitnesse-Variables |
URL della Pagina di Aiuto | https://github.com/mikeplavsky/Fitnesse-Variables/issues |
Lingue Supportate | 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" ] } ] } |