relog

PHP logs in your shell and Chrome DevTools

relog là gì?

relog là một tiện ích mở rộng Chrome được phát triển bởi Hristiyan Dodov, và tính năng chính của nó là "PHP logs in your shell and Chrome DevTools".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng relog

Tải xuống các tệp mở rộng relog dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên relog relog
ID pdnfjolnfbmlmncgkjphobojiglpcpic
URL Chính Thức https://chromewebstore.google.com/detail/relog/pdnfjolnfbmlmncgkjphobojiglpcpic
Mô tả PHP logs in your shell and Chrome DevTools
Kích Thước Tệp 24.72 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2019-07-06
Ngày Phát Hành 2019-07-01
Nhà Phát Triển Hristiyan Dodov
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hdodov/relog
URL Trang Trợ Giúp https://github.com/hdodov/relog/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}