PageAccel

Loads streamlined, accelerated, easy-to-use web pages on websites that offer it.

PageAccel là gì?

PageAccel là một tiện ích mở rộng Chrome được phát triển bởi https://pageaccel.raack.info, và tính năng chính của nó là "Loads streamlined, accelerated, easy-to-use web pages on websites that offer it.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng PageAccel 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

                        Enable accelerated, streamlined, easy-to-use, faster loading web content on web pages that offer it.

PageAccel automatically detects when pages have alternative, streamlined content available, and switches to use that content automatically. These pages are designed to load quickly and offer a simplified user experience. As a side benefit, for alternative streamlined pages, PageAccel saves bandwidth.

For users who prefer to use the standard (non-accelerated version) of pages on a given website, switching to the standard form is as easy as clicking the PageAccel (lightning) button in the url bar to switch back to the standard pages for that website. Just as easily, users can switch back at any time.

PageAccel is a free, community-driven open source project.

***

How does this work?

Some websites provide alternative, streamlined versions of their pages called AMP (accelerated mobile pages). These pages are created to load faster and provide simplified content for both desktop and mobile users alike. When PageAccel detects that a page has an AMP version, it switches to use it.

PageAccel does *not* create any of its content, nor does it alter pages by itself. Any page content that you see when using PageAccel is generated by the page author itself.                    

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

Tên PageAccel PageAccel
ID homgapmnacbmbflidhpenianmeidfcjp
URL Chính Thức https://chromewebstore.google.com/detail/pageaccel/homgapmnacbmbflidhpenianmeidfcjp
Mô tả Loads streamlined, accelerated, easy-to-use web pages on websites that offer it.
Kích Thước Tệp 297 KB
Số Lần Cài Đặt 1,067
Phiên Bản Hiện Tại 1.9.0
Cập Nhật Lần Cuối 2021-01-29
Ngày Phát Hành 2017-05-19
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://pageaccel.raack.info
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pageaccel.raack.info/
URL Trang Trợ Giúp https://github.com/pageaccel/pageaccel-chrome/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PageAccel",
    "short_name": "PageAccel",
    "description": "Loads streamlined, accelerated, easy-to-use web pages on websites that offer it.",
    "version": "1.9.0",
    "author": "PageAccel Team",
    "icons": {
        "48": "amplifier48.png",
        "128": "amplifier128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "punycode.js",
            "publicsuffixlist.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "amplifier.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "page_action": {
        "default_icon": "switcher.png",
        "default_title": "None.",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webNavigation",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'"
}