Clockwork

php dev tools integrated to your browser

Cos'è Clockwork?

Clockwork è un'estensione di Chrome sviluppata da itsgoingd, e la sua funzione principale è "php dev tools integrated to your browser".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Clockwork

Scarica i file di estensione Clockwork in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Clockwork Clockwork
ID dmggabnehkmmfmdffgajcflpdjlnoemp
URL Ufficiale https://chromewebstore.google.com/detail/clockwork/dmggabnehkmmfmdffgajcflpdjlnoemp
Descrizione php dev tools integrated to your browser
Dimensione del File 1.95 MB
Conteggio Installazioni 51,671
Versione Corrente 5.1.0
Ultimo Aggiornamento 2022-07-08
Data di Pubblicazione 2020-04-26
Valutazione 4.94/5 Totale 71 Valutazioni
Sviluppatore itsgoingd
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://underground.works/clockwork
URL della Pagina di Aiuto https://underground.works/clockwork
URL della Pagina della Politica sulla Privacy https://underground.works/clockwork
Lingue Supportate 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:\/\/*\/"
    ]
}