relog
PHP logs in your shell and Chrome DevTools
什麼是relog?
relog是由Hristiyan Dodov開發的Chrome擴展程式,該擴展的主要功能是“PHP logs in your shell and Chrome DevTools”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | pdnfjolnfbmlmncgkjphobojiglpcpic |
| 官方網址 | 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": [
" | |