Page Speed Analysis

This extension will analyze a page using Google's PageSpeed

Page Speed Analysisคืออะไร?

Page Speed Analysis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension will analyze a page using Google's PageSpeed"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Page Speed Analysis

ดาวน์โหลดไฟล์ส่วนขยาย Page Speed Analysis ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is designed to give users an informative diagnostic report on the efficiency of their web pages. Using Google's PageSpeed Insights API, the PageSpeed Test Extension displays a detailed report on the overall quality of your web page, showing an overall efficiency rating, optimization suggestions, and a resource breakdown chart—all tailored to help you make your websites stunningly efficient.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Page Speed Analysis Page Speed Analysis
ID mgepijdabbcpfccklhimoklflnpfpbcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/page-speed-analysis/mgepijdabbcpfccklhimoklflnpfpbcn
คำอธิบาย This extension will analyze a page using Google's PageSpeed
ขนาดไฟล์ 1.5 MB
จำนวนการติดตั้ง 984
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-08-15
วันที่เผยแพร่ 2017-08-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page Speed Analysis",
    "description": "This extension will analyze a page using Google's PageSpeed",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}