⚡️ Desktop AMP

Load the AMP version of a page if available

⚡️ Desktop AMP là gì?

⚡️ Desktop AMP là một tiện ích mở rộng Chrome được phát triển bởi Ed Lea, và tính năng chính của nó là "Load the AMP version of a page if available".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ⚡️ Desktop AMP

Tải xuống các tệp mở rộng ⚡️ Desktop AMP dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ⚡️ Desktop AMP ⚡️ Desktop AMP
ID igokgmnkplcfgnegidccbgmlnecaffhh
URL Chính Thức https://chromewebstore.google.com/detail/%E2%9A%A1%EF%B8%8F-desktop-amp/igokgmnkplcfgnegidccbgmlnecaffhh
Mô tả Load the AMP version of a page if available
Kích Thước Tệp 45.22 KB
Số Lần Cài Đặt 579
Phiên Bản Hiện Tại 2.3.1
Cập Nhật Lần Cuối 2016-09-04
Ngày Phát Hành 2016-09-04
Đánh Giá 4.04/5 Tổng số 23 Đánh Giá
Nhà Phát Triển Ed Lea
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/edlea/DesktopAMP
URL Trang Trợ Giúp https://github.com/edlea/DesktopAMP/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}