“Script Executor”的产品徽标图片

Script Executor

2.9(

40 个评分

)
扩展程序开发者工具6,000 用户
Script Executor的项目媒体 1(屏幕截图)

概述

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 !!!!

2.9 星(5 星制)40 个评分

详细了解结果和评价。

详情

  • 版本
    3.0
  • 上次更新日期
    2014年7月13日
  • 提供方
    ashu.sushant
  • 大小
    283KiB
  • 语言
    English
  • 非交易者
    该开发者尚未将自己标识为交易者。欧盟地区消费者须知:消费者权利可能不适用于您与该开发者达成的合约。

隐私权

该开发者未就收集或使用您的数据提供任何相关信息。

支持

若有任何疑问、建议或问题,请在桌面浏览器中打开此页面

Google 应用