Tideways Profiler
This extension allows to trigger PHP callgraph profiling using Tideways.
O que é Tideways Profiler?
Tideways Profiler é uma extensão do Chrome desenvolvida por https://tideways.com, e sua principal característica é "This extension allows to trigger PHP callgraph profiling using Tideways.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tideways Profiler
Baixe arquivos de extensão Tideways Profiler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Tideways Profiler |
ID | gmffhaalpgfdplaajakbhfklbdfhnlog |
URL Oficial | https://chromewebstore.google.com/detail/tideways-profiler/gmffhaalpgfdplaajakbhfklbdfhnlog |
Descrição | This extension allows to trigger PHP callgraph profiling using Tideways. |
Tamanho do Arquivo | 111 KB |
Contagem de Instalações | 1,812 |
Versão Atual | 1.5.6 |
Última Atualização | 2023-05-03 |
Data de Publicação | 2017-09-20 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://tideways.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://tideways.com/ |
URL da Página de Ajuda | https://support.tideways.com |
URL da Página de Política de Privacidade | https://tideways.com/privacy |
Idiomas Suportados | 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" } } |