「Script Executor」的項目標誌圖片

Script Executor

2.9(

40 個評分

)
擴充功能開發人員工具7,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 應用程式