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" } } |