relog

PHP logs in your shell and Chrome DevTools

什么是relog?

relog是由Hristiyan Dodov开发的Chrome扩展程序,该扩展的主要功能是“PHP logs in your shell and Chrome DevTools”。

扩展截图

screenshot
screenshot

下载relog扩展crx文件

下载relog扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 relog relog
ID pdnfjolnfbmlmncgkjphobojiglpcpic
官方URL https://chromewebstore.google.com/detail/relog/pdnfjolnfbmlmncgkjphobojiglpcpic
简介 PHP logs in your shell and Chrome DevTools
文件大小 24.72 KB
安装次数 17
当前版本 1.0.3
更新时间 2019-07-06
上架时间 2019-07-01
开发者 Hristiyan Dodov
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/hdodov/relog
帮助页面URL https://github.com/hdodov/relog/issues
支持的语言 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"
}