relog

PHP logs in your shell and Chrome DevTools

ما هو relog؟

relog هو إضافة Chrome تم تطويرها بواسطة Hristiyan Dodov، والميزة الرئيسية لها هي "PHP logs in your shell and Chrome DevTools".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة relog

قم بتنزيل ملفات الامتداد relog بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
}