PageAccel

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

PageAccel क्या है?

PageAccel https://pageaccel.raack.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Loads streamlined, accelerated, easy-to-use web pages on websites that offer it."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PageAccel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}