Google PageSpeed Insights API Extension

Get the Google PageSpeed Insights score for all channels

Google PageSpeed Insights API Extensionคืออะไร?

Google PageSpeed Insights API Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eliyas Naswale และคุณลักษณะหลักของมันคือ "Get the Google PageSpeed Insights score for all channels"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google PageSpeed Insights API Extension

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

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

                        Shows real time Google PageSpeed Insights score for Desktop 
& Mobile. A really time API call to Google PageSpeed Insights(LightHouse) to show the summary of website performance along with lab data like Speed Index, First Contentful Paint, First Meaningful Paint, Large Contentful Paint, Time to Interactive and Total Blocking Time.

FEATURES LIST.
•	Real Time API Call - The extension makes call to GoogleApis v5 
        to get the summary of scores along with lab data.

•	Desktop & Mobile  –The Metrics shows score along with lab data 
        including Speed Index(SI), First Contentful Paint(FCP), First Meaningful 
        Paint(FMP), Large Contentful Paint(LCP), Time to Interactive(TTI) and 
        Total Blocking Time(TBT).

•	Lighthouse Performance Scoring  –Represents the actual scoring 
        percentage with color indicator  
     
•	Color Indicator -  Green-Indicates Pass, Orange -Indicates Average  and 
        Red indicates Fail on Google Page Speed Metrics 

•	Need More - Hyperlink which navigates to the Google PageSpeed Insights site with selected site

•	Fav Incon- Show the Fav icon of site [Uses Googles Favicon link to get Fav Link  


PRIVACY POLICY
The Extension does not collect any personal information about you (such as your name, email address, etc.). 

DISCLAIMER 
This is noncommercial tool. The Extension Make GoogleAPI Call to get the score . The use of this extension should be meant only for noncommercial purpose.                    

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

ชื่อ Google PageSpeed Insights API Extension Google PageSpeed Insights API Extension
ID hfebkooaidmeboeblkkejdoepilnnjhn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/google-pagespeed-insights/hfebkooaidmeboeblkkejdoepilnnjhn
คำอธิบาย Get the Google PageSpeed Insights score for all channels
ขนาดไฟล์ 101 KB
จำนวนการติดตั้ง 30,000
เวอร์ชันปัจจุบัน Production v5
อัปเดตครั้งล่าสุด 2020-11-03
วันที่เผยแพร่ 2018-11-08
คะแนน 3.97/5 รวมทั้งหมด 38 คะแนน
ผู้พัฒนา Eliyas Naswale
อีเมล [email protected]
ประเภทการชำระเงิน in_app
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google PageSpeed Insights API Extension",
    "short_name": "Google PageSpeed Insights API Extension",
    "description": "Get the Google PageSpeed Insights score for all channels",
    "version": "1.4",
    "author": "eliyas naswale",
    "version_name": "Production v5",
    "icons": {
        "128": "Images\/icon_128.png",
        "48": "Images\/icon_48.png",
        "16": "Images\/icon_16.png"
    },
    "browser_action": {
        "default_icon": "Images\/icon_128.png",
        "default_popup": "popup.html",
        "default_title": "Google PageSpeed Insights Score"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}