JavaScript tester


Version: 1.1.6
Size:
50KB
Requirements:
For Google Chrome
Seller:
Amina
Price:
Free
System:
Windows 7/Vista/XP
Rating:
4.5
License:
Freeware

Description - JavaScript tester



This extension adds a small&usefull shortcut to your browser "Alt+J". To run and test pefromance of JavaScript code. When you press "Alt+J", new textarea is added to the bottom of the current PaGE.In this textarea you can write your JS code and press "Ctrl+Enter", to run the code. Shortcuts:"Alt+J" - Open&Close a Box to write JS code inside."Ctrl+Enter" - Run the code."TAB" - indent the selected text."Shift+TAB" - unindent the selected text. Functions:print(string) - add a string to the output DIV.cls() - Clear the output area.clear() - Like "cls()"Any other jQuery function. Question : What the different Between this extension and the built-in Console?Answer:1. In the console you can write just one line of code each time, the JavaScript Tester extension let you write lot of code. It`s useful to test scripts before implement to the website.2. The JavaScript tester allow you to test performance. For Example:print(`Hello`)setTimeout(function () {print(`OK`)}, 1000);The output show you how much time it`s take between two print`s3. You can use jQuery functions inside the textarea.4. save code between sessions. If you like it, I`d appreciate if you`d rate it below -- and tell your friends! If you don`t rate it 5 stars, let us know by email (extensions@bubbles.co.il) what you didn`t like, so we can fix it ASAP

JavaScript tester Javascript Tester Selected Text


More in Chrome Extensions-JavaScript tester

Ctrl Enter Javascript Tester Javascript Tester Allow