Performance-Analyser
Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest
Τι είναι το Performance-Analyser;
Το Performance-Analyser είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Michael Mrowetz, και η κύρια λειτουργία του είναι "Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Performance-Analyser
Λήψη αρχείων επέκτασης Performance-Analyser σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Performance-Analyser (aka Performance-Analyzer) helps to analyze the current page through the Resource, Navigation and User Timing APIs - see requests by type, domain, load times, marks and more - instantly.
Performance-Analyser is the Chrome Extension version of Performance-Bookmarklet.
Code: https://github.com/micmro/performance-bookmarklet Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | djgfmlohefpomchfabngccpbaflcahjf |
| Επίσημο URL | https://chromewebstore.google.com/detail/performance-analyser/djgfmlohefpomchfabngccpbaflcahjf |
| Περιγραφή | Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest |
| Μέγεθος Αρχείου | 26.12 KB |
| Αριθμός Εγκαταστάσεων | 33,956 |
| Τρέχουσα Έκδοση | 1.7.2 |
| Τελευταία Ενημέρωση | 2020-12-10 |
| Ημερομηνία Δημοσίευσης | 2015-05-12 |
| Αξιολόγηση | 4.49/5 Συνολικά 43 Αξιολογήσεις |
| Προγραμματιστής | Michael Mrowetz |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://github.com/micmro/performance-bookmarklet |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/micmro/performance-bookmarklet/issues |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Performance-Analyser",
"short_name": "Performance-Analyzer",
"description": "Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest",
"version": "1.7.2",
"homepage_url": "https:\/\/github.com\/micmro\/performance-bookmarklet",
"author": "Michael Mrowetz",
"icons": {
"16": "images\/icon16.png",
"19": "images\/icon19.png",
"38": "images\/icon38.png",
"48": "images\/icon48.png",
"58": "images\/icon58.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"19": "images\/icon19.png",
"38": "images\/icon38.png",
"48": "images\/icon48.png",
"58": "images\/icon58.png",
"128": "images\/icon128.png"
}
},
"background": {
"scripts": [
"event.js"
],
"persistent": false
},
"permissions": [
" | |