“Dev Helper”的产品徽标图片

Dev Helper

5.0(

8 个评分

)
扩展程序开发者工具398 用户
Dev Helper的项目媒体 1(屏幕截图)

概述

Dev Helper

Dev helper is all in one development and profiling extension for Google Chrome which has the following features: - Profiling webpages and drawing charts showing loading time for all assets, split by domain (including time till the first byte received) - Set up rewrite rules to override request and response urls, allowing developers to test without actually deploy new code. Developers could override, add or replace request and response headers to test different scenarios. For example adding 'Access-Control-Allow-Origin: *' in the response header section will resolve cross domain script blocking. Another way to use it is to replace asset or script (JavaScript and CSS) with local copy. This way the developer could make changes and test the functionality without deployment. 1.Install the extension from chrome app store. 2. Open page’s source code, and find the script tag, that you want to re-write. 3. Copy the code, and host it locally 4. Set up rewrite rule to load this file from your local web host Note, keep in mind that Match url is actually a regex so any regEx character should be escaped! For example if you want to match http://mysite.com/global.js?version=1 and redirect it to http://localhost?version=1 You could do this: Match url: http:\/\/mysite\.com\/global.js?(.*) Replacement URL: http://localhost?($1) The $1 will replace all query string parameters in the replacement url with these from the original url. - setting up rewrite rules to load assets from different locations. For example a developer could write a regular expression pattern to match all JavaScript files in particular website where he/she is working on, and load them from their local host. This way active development could be done in real time, and new features could be tested before deploying to production. This method is also useful to debug a production issues. example: if developer wants to test how the new code will affect the production website: http://www.mysite.com where all Java Script comes from: http://mysite.com/scripts/all_java_script.js file, they could write a rule that will match 'http://mysite.com/scripts/all_java_script.js' and load it from the localhost 'http://localhost/all_java_script.js' - Setting proxy rules that match different Regular expression patterns. Developers could write different matching patterns for different proxy rules. - Script injection allowing to add new CSS or Java Script to a website for testing purposes. Detailed instructions and examples of how to use it could be found here: https://www.toni-develops.com/a-homepage-section/projects/using-dev-helper-chrome-extension-for-local-development/

5 星(5 星制)8 个评分

详细了解结果和评价。

详情

  • 版本
    2.4
  • 上次更新日期
    2021年5月12日
  • 提供方
    toni.nichev
  • 大小
    90.47KiB
  • 语言
    English
  • 开发者
    Toni Y Nichev
    5711 Jefferson st. West New York, NJ 07093 United States
    邮箱
    toni.nichev@gmail.com
  • 非交易者
    该开发者尚未将自己标识为交易者。欧盟地区消费者须知:消费者权利可能不适用于您与该开发者达成的合约。

隐私权

该开发者已披露,此产品不会收集或使用您的数据。

该开发者已声明,您的数据:

  • 不会因未获批准的用途出售给第三方
  • 不会为实现与产品核心功能无关的目的而使用或转移
  • 不会为确定信用度或放贷目的而使用或转移

支持

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

Google 应用