Script Executor Chrome Extension

Script Executor chrome extension

Script Executor for Chrome Download

  • Chrome Extension Page
  • Total Number of Extension users:
    10K +
  • Reviewed by :
    31 Chrome Users
  • Author Name:
    ashu.sushant
Script Executor chrome extension is Used to run script on page to get results.

Used to run script on page to get results.
The extension helps run java script on the page. The good point is that the extension is powered by jquery version 1.10 which helps in debugging any html page you have currently opened up in the browser.

For using jquery use $ext instead of $ to run your scripts.

For example if I want to find number of anchor tags on the page: I would write $ext('a').size() in the text area to get the number in result section below the execute button. similarly try using window.location.href to get the current url in result section.

You can write multiple lines of script and execute to see the logs in console as do not use alerts in the script. To see logs in the console. Press F12 to open the chrome developer tool and then click on the console tab.

Logging in script area example:

try writing console.log('Your message') and click execute button or alternative you can use the log method directly like log('My Message').

Try executing this script on any page.

$ext('a').each(function(){

log($ext(this).text())

});

This will result in printing every link text on the page in console.

Use It and play around with the html in your browser.

happy scripting !!!!

How to install Script Executor chrome extension in chrome Browser

You can Follow the below Step By Step procedure to install the Script Executor Chrome Extension to your Chrome Web browser.

  • Step 1: Go to the Chrome webstore https://chrome.google.com/webstore or download the extension Script Executor Chrome Extension Download from https://pluginsaddonsextensions.com
  • Step 2: Now search for the Script Executor in Chrome Webstore Search and click on the search button.
  • Step 3: click on the Script Executor Chrome Extension Link
  • Step 4: in the next page click on the Add to Chrome button to Download and Install the Script Executor extension for your Chrome Web browser .

Script Executor Chrome extension Download

Looking for a method to Script Executor Download for Chrome then this download link is for you.

It is the Script Executor Chrome extension download link you can download and install Chrome Browser.

Download Script Executor chrome extension (CRX)

Tags: Execute Button , Good Point , Write Ext , Script Area Example , Get Results , Text Area , Log Ext , Click Execute Button , Run Script , Html Page , Extension Helps Run , Script Area , Result Section , Chrome Developer Tool , Every Link Text ,

Script Executor Related Chrome Extensions