Pageflip PDF Viewer

Open your PDF files with a realistic pageflip effect.

Pageflip PDF Viewer क्या है?

Pageflip PDF Viewer https://pageflip.online द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open your PDF files with a realistic pageflip effect."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Pageflip PDF Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Pageflip PDF Viewer Pageflip PDF Viewer
ID pljdfffffddkkebpjiaiidlggbjiibnb
आधिकारिक URL https://chromewebstore.google.com/detail/pageflip-pdf-viewer/pljdfffffddkkebpjiaiidlggbjiibnb
विवरण Open your PDF files with a realistic pageflip effect.
फ़ाइल का आकार 732 KB
स्थापना संख्या 1,277
वर्तमान संस्करण 2.1
अंतिम अपडेट 2018-11-09
प्रकाशन तिथि 2018-11-09
रेटिंग 4.50/5 कुल 4 रेटिंग्स
डेवलपर https://pageflip.online
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://pageflip.online
समर्थित भाषाएँ 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:*"
    ]
}