Pageflip PDF Viewer

Open your PDF files with a realistic pageflip effect.

What is Pageflip PDF Viewer?

Pageflip PDF Viewer is a Chrome extension developed by https://pageflip.online, and its main feature is "Open your PDF files with a realistic pageflip effect.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Pageflip PDF Viewer Extension CRX File

Download Pageflip PDF Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Working from a pdf source file, the Pageflip PDF viewer produces a dynamic Flipbook that has the look and feel of a printed publication.                    

Extension Basic Information

Name Pageflip PDF Viewer Pageflip PDF Viewer
ID pljdfffffddkkebpjiaiidlggbjiibnb
Official URL https://chromewebstore.google.com/detail/pageflip-pdf-viewer/pljdfffffddkkebpjiaiidlggbjiibnb
Description Open your PDF files with a realistic pageflip effect.
File Size 732 KB
Installation Count 1,277
Current Version 2.1
Last Updated 2018-11-09
Publish Date 2018-11-09
Rating 4.50/5 Total 4 Ratings
Developer https://pageflip.online
Email [email protected]
Payment Type free
Extension Website https://pageflip.online
Supported Languages en
manifest.json
{
    "background": {
        "page": "index.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Open your PDF files with a realistic pageflip effect.",
    "file_browser_handlers": [
        {
            "default_title": "Open PDF",
            "file_filters": [
                "filesystem:*.pdf"
            ],
            "id": "open-as-pdf"
        }
    ],
    "icons": {
        "128": "pageflip\/icons\/128.png",
        "16": "pageflip\/icons\/16.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "Pageflip PDF Viewer",
    "offline_enabled": true,
    "page_action": {
        "default_icon": {
            "19": "pageflip\/icons\/16.png",
            "38": "pageflip\/icons\/128.png"
        },
        "default_popup": "pageActionPopup.html",
        "default_title": "Pageflip.online PDF Viewer"
    },
    "permissions": [
        "fileBrowserHandler",
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs",
        "webNavigation",
        "storage"
    ],
    "short_name": "PDF Viewer",
    "storage": {
        "managed_schema": "options.json"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1",
    "web_accessible_resources": [
        "pageflip.html",
        "http:\/*",
        "https:\/*",
        "ftp:\/*",
        "file:\/*",
        "chrome-extension:\/*",
        "chrome:\/*",
        "filesystem:\/*",
        "drive:*"
    ]
}