DearPDF

DearPDF : Get Realistic 3D PDF Viewer as PDF Flipbook right in your browser.

DearPDF là gì?

DearPDF là một tiện ích mở rộng Chrome được phát triển bởi https://dearpdf.com, và tính năng chính của nó là "DearPDF : Get Realistic 3D PDF Viewer as PDF Flipbook right in your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DearPDF

Tải xuống các tệp mở rộng DearPDF dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        DearPDF,(previously known as dFlip), converts your usual PDF into an interactive 3D PDF Flipbook right away.

Yes, like a Realistic Book ready to be read. 

Bringing the best reading Experience you could have or a PDF...
Bring the lifeless PDF E-books back to life.. ALL for FREE!!

Just open a PDF in CHROME and have it converted to modern 3D Flipbook instantly. Read story books to you kids like never before. Amazing 3D Flipbook experience powered by modern web technology.

ADD IT TO YOUR SITE?

Want to provide this amazing reading experience to your viewers. Get our jQuery Flipbook plugin or Wordpress Flipbook plugin and bring life to flip-books in your own site.
https://codecanyon.net/user/deip/portfolio

FEATURES:
1. Amazing PDF Flipbook support
2. Convert PDF to Flipbook without any hassle
3. Modern HTML5 Flipbook flipping animation
4. Flipbook APP version available for CHROME
5. Choose 3D Flipbook or CSS Flipbook mode
6. Change the background color as per your mood.
7. Full Screen mode
3. Best for Presentation , portfolio showcase, lookbooks

Add it your chrome browser and get your PDF to Flipbook reading experience started.

There is no need to convert your PDF to Images to create a PDF Flipbook. All you need is to click on "OPEN PDF" and open a PDF file.

Create interactive, realistic & responsive Flipbook with just a PDF. Show your portfolio, Reports in meeting and impress your viewers.

New Feature Additions:
- CSS only Version for old PCs
- Custom background Color
- Swipe to change pages
- Turn and flip from corners(CSS version)
- PDF Outlines and Bookmarks


Also available as a Wordpress Plugin.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DearPDF DearPDF
ID bbbnbmpdkfkndckfmcndgabefnmdedfp
URL Chính Thức https://chromewebstore.google.com/detail/dearpdf/bbbnbmpdkfkndckfmcndgabefnmdedfp
Mô tả DearPDF : Get Realistic 3D PDF Viewer as PDF Flipbook right in your browser.
Kích Thước Tệp 2.76 MB
Số Lần Cài Đặt 4,375
Phiên Bản Hiện Tại 1.2.7002
Cập Nhật Lần Cuối 2022-02-15
Ngày Phát Hành 2022-02-08
Đánh Giá 4.57/5 Tổng số 44 Đánh Giá
Nhà Phát Triển https://dearpdf.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dearpdf.com/
URL Trang Trợ Giúp https://dearpdf.com/support/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DearPDF",
    "description": "DearPDF : Get Realistic 3D PDF Viewer as PDF Flipbook right in your browser.",
    "short_name": "DearPDF",
    "version": "1.2.7002",
    "manifest_version": 2,
    "background": {
        "page": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "file_browser_handlers": [
        {
            "default_title": "Open PDF with Flipbook Viewer",
            "file_filters": [
                "filesystem:*.pdf"
            ],
            "id": "open-as-pdf"
        }
    ],
    "incognito": "split",
    "offline_enabled": true,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs",
        "webNavigation"
    ],
    "page_action": {
        "default_icon": {
            "19": "icons\/dearpdf-16.png",
            "38": "icons\/dearpdf-128.png"
        },
        "default_popup": "pageActionPopup.html",
        "default_title": "Open PDF as FlipBook"
    },
    "web_accessible_resources": [
        "ninzapdf.html",
        "http:\/*",
        "https:\/*",
        "ftp:\/*",
        "blob:\/*",
        "file:\/*",
        "chrome-extension:\/*",
        "chrome:\/*",
        "filesystem:\/*",
        "drive:*"
    ],
    "icons": {
        "16": "icons\/dearpdf-16.png",
        "128": "icons\/dearpdf-128.png"
    }
}