relog

PHP logs in your shell and Chrome DevTools

What is relog?

relog is a Chrome extension developed by Hristiyan Dodov, and its main feature is "PHP logs in your shell and Chrome DevTools".

Extension Screenshots

screenshot
screenshot

Download relog Extension CRX File

Download relog extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension is used to connect to a WebSocket server that streams logs and display them in the DevTools console. For the extension to work you need to start a server first. This is done via the following npm package:
https://www.npmjs.com/package/relog


For more information on usage, check the GitHub page:
https://github.com/hdodov/relog                    

Extension Basic Information

Name relog relog
ID pdnfjolnfbmlmncgkjphobojiglpcpic
Official URL https://chromewebstore.google.com/detail/relog/pdnfjolnfbmlmncgkjphobojiglpcpic
Description PHP logs in your shell and Chrome DevTools
File Size 24.72 KB
Installation Count 17
Current Version 1.0.3
Last Updated 2019-07-06
Publish Date 2019-07-01
Developer Hristiyan Dodov
Email [email protected]
Payment Type free
Extension Website https://github.com/hdodov/relog
Help Page URL https://github.com/hdodov/relog/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.3",
    "name": "relog",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "description": "PHP logs in your shell and Chrome DevTools",
    "permissions": [
        ""
    ],
    "devtools_page": "devtools\/index.html"
}