Clockwork

php dev tools integrated to your browser

Clockwork là gì?

Clockwork là một tiện ích mở rộng Chrome được phát triển bởi itsgoingd, và tính năng chính của nó là "php dev tools integrated to your browser".

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

screenshot

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

Tải xuống các tệp mở rộng Clockwork 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

                        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                    

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

Tên Clockwork Clockwork
ID dmggabnehkmmfmdffgajcflpdjlnoemp
URL Chính Thức https://chromewebstore.google.com/detail/clockwork/dmggabnehkmmfmdffgajcflpdjlnoemp
Mô tả php dev tools integrated to your browser
Kích Thước Tệp 1.95 MB
Số Lần Cài Đặt 51,671
Phiên Bản Hiện Tại 5.1.0
Cập Nhật Lần Cuối 2022-07-08
Ngày Phát Hành 2020-04-26
Đánh Giá 4.94/5 Tổng số 71 Đánh Giá
Nhà Phát Triển itsgoingd
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://underground.works/clockwork
URL Trang Trợ Giúp https://underground.works/clockwork
URL Trang Chính Sách Bảo Mật https://underground.works/clockwork
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/"
    ]
}