Dev Helper Chrome 插件, crx 扩展下载

 收录于6年前 阅读数 64

扩展ID: kbbgddcndpjnadfacanamniaomcohlcc

Dev HelperDev 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. 

- 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/
名称 Dev Helper
插件标识 kbbgddcndpjnadfacanamniaomcohlcc
平台 Chrome
评分 0
评分人数 6
插件主页

作者 toni.nichev
版本号 2.2
大小 89.47 KB
官网下载次数 442
分类 查看更多 web开发 分类下的扩展插件
下载地址
更新时间 2018-10-15 00:00:00
举报
回复

大家在找这些插件