Dev Helper
Item logo image for Dev Helper

Dev Helper

Featured
5.0(

8 ratings

)
Item media 1 screenshot

Overview

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 out of 58 ratings

Google doesn't verify reviews. Learn more about results and reviews.

Review's profile picture

António CarvalhoFeb 26, 2022

Essential in my daily tasks! Works great :)

1 person found this review to be unhelpful
Review's profile picture

Tejas KelkarSep 30, 2021

Saves engineers so much time when developing solutions to problems. Works like a charm!

Review's profile picture

Fotin FilchevJun 23, 2020

Works Great!

Details

  • Version
    2.4
  • Updated
    May 12, 2021
  • Offered by
    toni.nichev
  • Size
    90.47KiB
  • Languages
    English
  • Developer
    Toni Y Nichev
    5711 Jefferson st. West New York, NJ 07093 United States
    Email
    toni.nichev@gmail.com
  • Non-trader
    This developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.

Privacy

The developer has disclosed that it will not collect or use your data.

This developer declares that your data is

  • Not being sold to third parties, outside of the approved use cases
  • Not being used or transferred for purposes that are unrelated to the item's core functionality
  • Not being used or transferred to determine creditworthiness or for lending purposes

Support

Related

DOM-JSON Tree Matcher

0.0(0)

The tool matches DOM-JSONs detecting available and deleted HTML elements.

Developer pages

4.0(5)

Quick access to Chrome developer pages in the context menu.

Copy DOM Content

5.0(2)

This extension tries to copy the current page DOM elements to the clipboard, including dynamic JavaScript generated elements.

DOM to JSON Selector

0.0(0)

The tool extracts element details for highlighted component of webpage DOM.

DOM to JSON Converter

5.0(1)

The tool extracts element details (name, url, id, depth, value, alt, src and href) from webpage DOM. Works for iframes, too!

Dev Playground

5.0(2)

This extension serves various purposes for web developers and testers

LL Developer Tools

2.0(1)

WEB 开发者需要的一些辅助功能

Dev Tools

5.0(1)

Collection of Handy tools for web/developers!

DevTools Classes & Atributes panel

5.0(4)

Toggle classes and attributes

JavaScript Breakpoint Collection

5.0(4)

Find what code is responsible for page behavior.

LiveScriptConsole

5.0(2)

A LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.

Web-Development | Analysis-Tools

5.0(2)

This extension shows links to some good Website-Analysis-Tools for the current tab.

DOM-JSON Tree Matcher

0.0(0)

The tool matches DOM-JSONs detecting available and deleted HTML elements.

Developer pages

4.0(5)

Quick access to Chrome developer pages in the context menu.

Copy DOM Content

5.0(2)

This extension tries to copy the current page DOM elements to the clipboard, including dynamic JavaScript generated elements.

DOM to JSON Selector

0.0(0)

The tool extracts element details for highlighted component of webpage DOM.

DOM to JSON Converter

5.0(1)

The tool extracts element details (name, url, id, depth, value, alt, src and href) from webpage DOM. Works for iframes, too!

Dev Playground

5.0(2)

This extension serves various purposes for web developers and testers

LL Developer Tools

2.0(1)

WEB 开发者需要的一些辅助功能

Dev Tools

5.0(1)

Collection of Handy tools for web/developers!

Google apps