⚡️ Desktop AMP

Load the AMP version of a page if available

⚡️ Desktop AMPคืออะไร?

⚡️ Desktop AMP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ed Lea และคุณลักษณะหลักของมันคือ "Load the AMP version of a page if available"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ⚡️ Desktop AMP

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

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

                        The AMP Project (https://www.ampproject.org) aims to improve the experience of reading web content on mobile clients.

There's no reason to only consume AMP enabled content on mobile. For that reason we've built Safari and Chrome extensions that will load AMP versions of articles when present.                    

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

ชื่อ ⚡️ Desktop AMP ⚡️ Desktop AMP
ID igokgmnkplcfgnegidccbgmlnecaffhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/%E2%9A%A1%EF%B8%8F-desktop-amp/igokgmnkplcfgnegidccbgmlnecaffhh
คำอธิบาย Load the AMP version of a page if available
ขนาดไฟล์ 45.22 KB
จำนวนการติดตั้ง 579
เวอร์ชันปัจจุบัน 2.3.1
อัปเดตครั้งล่าสุด 2016-09-04
วันที่เผยแพร่ 2016-09-04
คะแนน 4.04/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา Ed Lea
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/edlea/DesktopAMP
URL หน้าช่วยเหลือ https://github.com/edlea/DesktopAMP/issues
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u26a1\ufe0f Desktop AMP",
    "short_name": "Desktop \u26a1\ufe0f",
    "description": "Load the AMP version of a page if available",
    "author": "Ed Lea",
    "version": "2.3.1",
    "content_scripts": [
        {
            "js": [
                "amp.js"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "history"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icons\/Icon-16.png",
        "48": "icons\/Icon-48.png",
        "128": "icons\/Icon-128.png"
    }
}