Tomi Performance Monitor
View the performance of websites you visit without having to keep the dev tools open.
Tomi Performance Monitorคืออะไร?
Tomi Performance Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "View the performance of websites you visit without having to keep the dev tools open."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tomi Performance Monitor
ดาวน์โหลดไฟล์ส่วนขยาย Tomi Performance Monitor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
View the performance of websites you visit without having to keep the developer tools open. This extension display performance metrics in a simple, clean and small overlay at the bottom of the screen.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tomi Performance Monitor |
ID | addfficcbfpbfpmmcnibgkphkhahjpji |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tomi-performance-monitor/addfficcbfpbfpmmcnibgkphkhahjpji |
คำอธิบาย | View the performance of websites you visit without having to keep the dev tools open. |
ขนาดไฟล์ | 19.57 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2015-06-13 |
วันที่เผยแพร่ | 2015-06-13 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tomi Performance Monitor", "short_name": "Tomi PerfMon", "description": "View the performance of websites you visit without having to keep the dev tools open.", "version": "0.1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "performance_monitoring.js", "application.js" ], "css": [ "main.css" ] } ] } |