PageAccel

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

什么是PageAccel?

PageAccel是由https://pageaccel.raack.info开发的Chrome扩展程序,该扩展的主要功能是“Loads streamlined, accelerated, easy-to-use web pages on websites that offer it.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载PageAccel扩展crx文件

下载PageAccel扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 PageAccel PageAccel
ID homgapmnacbmbflidhpenianmeidfcjp
官方URL https://chromewebstore.google.com/detail/pageaccel/homgapmnacbmbflidhpenianmeidfcjp
简介 Loads streamlined, accelerated, easy-to-use web pages on websites that offer it.
文件大小 297 KB
安装次数 1,067
当前版本 1.9.0
更新时间 2021-01-29
上架时间 2017-05-19
评分 4.67/5 共6次评分
开发者 https://pageaccel.raack.info
电子邮箱 [email protected]
付费类型 free
扩展官网 https://pageaccel.raack.info/
帮助页面URL https://github.com/pageaccel/pageaccel-chrome/issues
支持的语言 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'"
}