Performance-Analyser
Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest
Vad är Performance-Analyser?
Performance-Analyser är en Chrome-tillägg utvecklad av Michael Mrowetz, och dess huvudfunktion är "Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest".
Tilläggsskärmbilder
Ladda ner Performance-Analyser-förlängningens CRX-fil
Ladda ner Performance-Analyser-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | djgfmlohefpomchfabngccpbaflcahjf |
| Officiell webbadress | https://chromewebstore.google.com/detail/performance-analyser/djgfmlohefpomchfabngccpbaflcahjf |
| Beskrivning | Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest |
| Filstorlek | 26.12 KB |
| Antal Installationer | 33,956 |
| Aktuell Version | 1.7.2 |
| Senast Uppdaterad | 2020-12-10 |
| Publiceringsdatum | 2015-05-12 |
| Betyg | 4.49/5 Totalt 43 Betyg |
| Utvecklare | Michael Mrowetz |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/micmro/performance-bookmarklet |
| Hjälpsida URL | https://github.com/micmro/performance-bookmarklet/issues |
| Stödda Språk | 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": [
" | |