Clockwork

php dev tools integrated to your browser

Clockworkคืออะไร?

Clockwork เป็นส่วนขยายของ Chrome ที่พัฒนาโดย itsgoingd และคุณลักษณะหลักของมันคือ "php dev tools integrated to your browser"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clockwork

ดาวน์โหลดไฟล์ส่วนขยาย Clockwork ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Clockwork is a development tool for PHP available right in your browser. Clockwork gives you an insight into your application runtime - including request data, performance metrics, log entries, database queries, cache queries, redis commands, dispatched events, queued jobs, rendered views and more - for HTTP requests, commands, queue jobs and tests.

Install the Clockwork server-side component via Composer to collect all the metrics.

Includes a first-class Laravel support, easy integration with vanilla or custom apps.

Read the full installation guide on the Clockwork website - https://underground.works/clockwork/#documentation

Learn more about privacy when using Clockwork extensions - https://underground.works/clockwork/#docs-privacy                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Clockwork Clockwork
ID dmggabnehkmmfmdffgajcflpdjlnoemp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clockwork/dmggabnehkmmfmdffgajcflpdjlnoemp
คำอธิบาย php dev tools integrated to your browser
ขนาดไฟล์ 1.95 MB
จำนวนการติดตั้ง 51,671
เวอร์ชันปัจจุบัน 5.1.0
อัปเดตครั้งล่าสุด 2022-07-08
วันที่เผยแพร่ 2020-04-26
คะแนน 4.94/5 รวมทั้งหมด 71 คะแนน
ผู้พัฒนา itsgoingd
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://underground.works/clockwork
URL หน้าช่วยเหลือ https://underground.works/clockwork
URL หน้านโยบายความเป็นส่วนตัว https://underground.works/clockwork
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clockwork",
    "version": "5.1.0",
    "version_name": "5.1.0",
    "description": "php dev tools integrated to your browser",
    "homepage_url": "https:\/\/underground.works\/clockwork",
    "icons": {
        "48": "assets\/logo-48x48.png",
        "128": "assets\/logo-128x128.png"
    },
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "incognito": "split",
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}