AMP Accelerated Mobile Pages Desktop Viewer

A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites…

AMP Accelerated Mobile Pages Desktop Viewer là gì?

AMP Accelerated Mobile Pages Desktop Viewer là một tiện ích mở rộng Chrome được phát triển bởi bigpress.net, và tính năng chính của nó là "A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites…".

Ả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 AMP Accelerated Mobile Pages Desktop Viewer

Tải xuống các tệp mở rộng AMP Accelerated Mobile Pages Desktop Viewer 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

                        A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites or all websites.

When a page allows AMP view you will see an icon in the address bar, just click it. To return back to the normal version click it again.                    

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

Tên AMP Accelerated Mobile Pages Desktop Viewer AMP Accelerated Mobile Pages Desktop Viewer
ID abbbnefchbpffkbnadnopdahjcmbheho
URL Chính Thức https://chromewebstore.google.com/detail/amp-accelerated-mobile-pa/abbbnefchbpffkbnadnopdahjcmbheho
Mô tả A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites…
Kích Thước Tệp 264 KB
Số Lần Cài Đặt 1,724
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2016-02-25
Ngày Phát Hành 2016-02-25
Đánh Giá 3.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển bigpress.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://bigpress.net/en/amp_desktop
URL Trang Trợ Giúp http://bigpress.freshdesk.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AMP Accelerated Mobile Pages Desktop Viewer",
    "version": "1.2.0",
    "short_name": "AMP Desktop",
    "author": "Bigpress",
    "background": {
        "scripts": [
            "core\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "core\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "page_action": {
        "default_icon": {
            "38": "icons\/icon38.png"
        },
        "default_title": "AMP View"
    },
    "icons": {
        "16": "icons\/default16.png",
        "48": "icons\/default48.png",
        "128": "icons\/default.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}