Tideways Profiler
This extension allows to trigger PHP callgraph profiling using Tideways.
Tideways Profilerคืออะไร?
Tideways Profiler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tideways.com และคุณลักษณะหลักของมันคือ "This extension allows to trigger PHP callgraph profiling using Tideways."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tideways Profiler
ดาวน์โหลดไฟล์ส่วนขยาย Tideways Profiler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tideways Profiler |
ID | gmffhaalpgfdplaajakbhfklbdfhnlog |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tideways-profiler/gmffhaalpgfdplaajakbhfklbdfhnlog |
คำอธิบาย | This extension allows to trigger PHP callgraph profiling using Tideways. |
ขนาดไฟล์ | 111 KB |
จำนวนการติดตั้ง | 1,812 |
เวอร์ชันปัจจุบัน | 1.5.6 |
อัปเดตครั้งล่าสุด | 2023-05-03 |
วันที่เผยแพร่ | 2017-09-20 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://tideways.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://tideways.com/ |
URL หน้าช่วยเหลือ | https://support.tideways.com |
URL หน้านโยบายความเป็นส่วนตัว | https://tideways.com/privacy |
ภาษาที่รองรับ | 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" } } |