Tideways Profiler
This extension allows to trigger PHP callgraph profiling using Tideways.
Tideways Profiler là gì?
Tideways Profiler là một tiện ích mở rộng Chrome được phát triển bởi https://tideways.com, và tính năng chính của nó là "This extension allows to trigger PHP callgraph profiling using Tideways.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tideways Profiler
Tải xuống các tệp mở rộng Tideways Profiler 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
The Tideways Profiler provides function-level insights into your PHP applications. With the Chrome Extension it is possible to trigger the collection of traces for development and production servers that are connected with the Profiler. To use the extension you need an account for Tideways. You can register on https://tideways.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tideways Profiler |
ID | gmffhaalpgfdplaajakbhfklbdfhnlog |
URL Chính Thức | https://chromewebstore.google.com/detail/tideways-profiler/gmffhaalpgfdplaajakbhfklbdfhnlog |
Mô tả | This extension allows to trigger PHP callgraph profiling using Tideways. |
Kích Thước Tệp | 111 KB |
Số Lần Cài Đặt | 1,812 |
Phiên Bản Hiện Tại | 1.5.6 |
Cập Nhật Lần Cuối | 2023-05-03 |
Ngày Phát Hành | 2017-09-20 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://tideways.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://tideways.com/ |
URL Trang Trợ Giúp | https://support.tideways.com |
URL Trang Chính Sách Bảo Mật | https://tideways.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tideways Profiler", "short_name": "tideways", "description": "This extension allows to trigger PHP callgraph profiling using Tideways.", "version": "1.5.6", "author": "Tideways GmbH", "homepage_url": "https:\/\/tideways.com", "icons": { "128": "img\/tideways_128.png" }, "permissions": [ "activeTab", "cookies", "storage", "alarms" ], "host_permissions": [ "https:\/\/app.tideways.io\/*", "https:\/\/app.tideways.local\/*", "*:\/\/*\/*" ], "action": { "default_icon": "img\/tideways_128.png", "default_popup": "profiler.html" }, "background": { "service_worker": "background.js" } } |