Accelerated Mobile Pages(AMP) Test

Is your AMP page valid?

Accelerated Mobile Pages(AMP) Testคืออะไร?

Accelerated Mobile Pages(AMP) Test เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eliyas Naswale และคุณลักษณะหลักของมันคือ "Is your AMP page valid?"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Accelerated Mobile Pages(AMP) Test

ดาวน์โหลดไฟล์ส่วนขยาย Accelerated Mobile Pages(AMP) Test ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Is your AMP(Accelerated Mobile Pages) page valid?

This chrome extension validates whether your page is valid AMP or not.It makes real time API call to the Google AMP test to show the summary whether current page is valid AMP or not. 
FEATURES LIST
•	REAL TIME API CALL- The extension makes call to GoogleApis with Version 2 to get the summary of AMP page validation


•	IMAGE FLIPS –Represents the actual image summary w.r.t to  the validation ,the small icon  depicts the actual representation of Google AMP test

•	COLOR INDICATOR-  Green-Indicates Valid AMP, Red indicates Not Valid AMP

•	NEED MORE-Hyperlink navigates to the Google AMP Console  site with selected site 

•	Why AMP?-Hyperlink navigates to the AMP Project Link,find out more


•	FAV ICON-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.                    

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

ชื่อ Accelerated Mobile Pages(AMP) Test Accelerated Mobile Pages(AMP) Test
ID jgnfpjioblcgjidmekaikhkpkapfifhd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/accelerated-mobile-pagesa/jgnfpjioblcgjidmekaikhkpkapfifhd
คำอธิบาย Is your AMP page valid?
ขนาดไฟล์ 96.08 KB
จำนวนการติดตั้ง 1,918
เวอร์ชันปัจจุบัน Production v1.1
อัปเดตครั้งล่าสุด 2021-05-07
วันที่เผยแพร่ 2017-03-05
คะแนน 4.11/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Eliyas Naswale
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Accelerated Mobile Pages(AMP) Test",
    "short_name": "Accelerated Mobile Pages(AMP) Test",
    "description": "Is your AMP page valid?",
    "version": "1.2",
    "author": "Eliyas Naswale",
    "version_name": "Production v1.1",
    "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": "Accelerated Mobile Pages(AMP) Test Extension"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}