DHTMLConsole

This allows you to send message from your server via headers to the dhtmlconsole developer panel
What is DHTMLConsole?
DHTMLConsole is a Chrome extension that allows you to send messages from your web server to your browser using custom HTTP headers. It provides an easy way to display server messages in your browser console for debugging and monitoring purposes.

Extension stats

Users: 250 ▲ 11
Rating: 4.00 (5)
Version: 0.4 (Last updated: 2016-01-19)
Creation date: 2016-01-19
Risk impact: High risk impact
Risk likelihood: Low risk likelihood
Manifest version: 2
Permissions:
  • tabs
  • http://*/*
  • https://*/*
Size: 365.57K
URLs: Website

Other platforms

Not available on Firefox
Not available on Edge
Want to check extension ranking and stats more quickly for other Chrome extensions? Install Chrome-Stats extension to view Chrome-Stats data as you browse the Chrome Web Store.

Extension summary

This plugin allows you to send a message from your web server (directly by running a server script or making an ajax call) to your browser by using an HTTP Header.

The only rule is that you need to send custom HTTP headers from your server with the name of the header starting with X-DHTML-CONSOLE.

To send a message from a PHP script to the browser, this implementation will suffice:

<?php header('X-DHTML-CONSOLE-MSG: Hello World'); ?>

As of version 0.3, you can now do javaScript alerts <?php header('X-DHTML-CONSOLE-MSG: alert:Hello World'); ?>

See more

User reviews

it doesn't work anymore. console tab not showing up
by Роман, 2023-01-22

Exactly what I was looking for. Thanks!!!!
by Magno Alberto, 2020-12-18

Exactly what I was looking for. The ability to send php messages to the console like with javascript for testing. Thanks!
by Jose Cruz, 2018-01-10
View all user reviews

Extension safety

Risk impact

DHTMLConsole requires some sensitive permissions that could impact your browser and data security. Exercise caution before installing.

Risk likelihood

DHTMLConsole has earned a fairly good reputation and likely can be trusted.

Upgrade to see risk analysis details

Similar extensions

Here are some Chrome extensions that are similar to DHTMLConsole: