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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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
Eメール [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"
    }
}