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
Eメール [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"
}