Tideways Profiler
This extension allows to trigger PHP callgraph profiling using Tideways.
什麼是Tideways Profiler?
Tideways Profiler是由https://tideways.com開發的Chrome擴展程式,該擴展的主要功能是“This extension allows to trigger PHP callgraph profiling using Tideways.”。
擴展截圖
下載Tideways Profiler擴展crx文件
下載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 |
官方網址 | 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" } } |