Layar Web Performance Budget
Extension to show web performance with budget capability (Speed index, DOMContentLoaded, Time to first byte)
Layar Web Performance Budgetคืออะไร?
Layar Web Performance Budget เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ryan Nixon Salim และคุณลักษณะหลักของมันคือ "Extension to show web performance with budget capability (Speed index, DOMContentLoaded, Time to first byte)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Layar Web Performance Budget
ดาวน์โหลดไฟล์ส่วนขยาย Layar Web Performance Budget ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Layar Performence budget is showing your website performance ( RUM Speed Index, DOMContentLoaded and TTFB) with budget capability. This extension will help you when develop website so you can improve your web speed. Happy tweaking!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Layar Web Performance Budget |
ID | ekcelkelcighgiibhhibcpaofgadbgek |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/layar-web-performance-bud/ekcelkelcighgiibhhibcpaofgadbgek |
คำอธิบาย | Extension to show web performance with budget capability (Speed index, DOMContentLoaded, Time to first byte) |
ขนาดไฟล์ | 33.16 KB |
จำนวนการติดตั้ง | 40 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-05-04 |
วันที่เผยแพร่ | 2017-05-03 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Ryan Nixon Salim |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/drgx/layar-chrome-extention |
URL หน้าช่วยเหลือ | https://github.com/drgx/layar-chrome-extention/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Layar Web Performance Budget", "short_name": "Layar", "description": "Extension to show web performance with budget capability (Speed index, DOMContentLoaded, Time to first byte)", "version": "1.1", "browser_action": { "default_icon": "icon\/layar-black.png", "default_popup": "popup.html" }, "icons": { "16": "icon\/layar-black.png", "48": "icon\/layar-black.png", "128": "icon\/layar-black.png" }, "web_accessible_resources": [ "svg\/arrow.svg" ], "background": { "persistent": false, "scripts": [ "javascripts\/background.js" ] }, "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "javascripts\/rum-speedindex.js", "javascripts\/main.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "activeTab", "storage", "tabs" ] } |