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": [
" | |