Clockwork

php dev tools integrated to your browser

什麼是Clockwork?

Clockwork是由itsgoingd開發的Chrome擴展程式,該擴展的主要功能是“php dev tools integrated to your browser”。

擴展截圖

screenshot

下載Clockwork擴展crx文件

下載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
官方網址 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:\/\/*\/"
    ]
}