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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}