Clockwork
php dev tools integrated to your browser
Clockwork란 무엇입니까?
Clockwork은(는) itsgoingd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "php dev tools integrated to your browser"입니다.
확장 프로그램 스크린샷
Clockwork 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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:\/\/*\/" ] } |