BeeLine Reader PDF Viewer

Make PDFs easier to read using BeeLine Reader's award-winning technology.

BeeLine Reader PDF Viewerคืออะไร?

BeeLine Reader PDF Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://beelinereader.com และคุณลักษณะหลักของมันคือ "Make PDFs easier to read using BeeLine Reader's award-winning technology."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BeeLine Reader PDF Viewer

ดาวน์โหลดไฟล์ส่วนขยาย BeeLine Reader PDF Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Reading PDFs has never been easier, or faster! BeeLine Reader's technology has won awards from Stanford University and the United Nations, and now you can use it to read PDFs in Chrome!

Want to be able to read PDFs faster? Many people can read 20% faster with BeeLine Reader. Best of all, BeeLine Reader doesn't impair comprehension like some other speed reading tools. 

Independent studies have shown that BeeLine Reader's technology dramatically increases reading fluency, and BeeLine Reader is used in schools, colleges, and universities around the world. 

For educational licensing, email [email protected]

Details:

This PDF viewer will add BeeLine's color gradients to text (not scanned) PDFs for viewing in Chrome. In addition to opening PDFs in Chrome by clicking on a PDF's link, you can also drag a PDF from your desktop into a Chrome window, which will launch the BeeLine Reader PDF Viewer. The BeeLine Reader PDF Viewer is built using the Mozilla PDF.js project; the Mozilla license is available at: https://github.com/mozilla/pdf.js/blob/master/LICENSE                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BeeLine Reader PDF Viewer BeeLine Reader PDF Viewer
ID pmeknoingfjncbdhempgnkdgojickcko
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/beeline-reader-pdf-viewer/pmeknoingfjncbdhempgnkdgojickcko
คำอธิบาย Make PDFs easier to read using BeeLine Reader's award-winning technology.
ขนาดไฟล์ 1.95 MB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 2.7.16
อัปเดตครั้งล่าสุด 2021-02-24
วันที่เผยแพร่ 2019-11-17
คะแนน 3.18/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา https://beelinereader.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.beelinereader.com/policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BeeLine Reader PDF Viewer",
    "version": "2.7.16",
    "description": "Make PDFs easier to read using BeeLine Reader's award-winning technology.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs",
        "webNavigation",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "css": [
                "contentstyle.css"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "file_browser_handlers": [
        {
            "id": "open-as-pdf",
            "default_title": "Open with PDF Viewer",
            "file_filters": [
                "filesystem:*.pdf"
            ]
        }
    ],
    "storage": {
        "managed_schema": "preferences_schema.json"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "options_page": "options\/options.html",
    "background": {
        "page": "pdfHandler.html"
    },
    "page_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Show PDF URL",
        "default_popup": "pageActionPopup.html"
    },
    "incognito": "split",
    "web_accessible_resources": [
        "content\/web\/viewer.html",
        "http:\/*",
        "https:\/*",
        "ftp:\/*",
        "file:\/*",
        "chrome-extension:\/*",
        "blob:*",
        "data:*",
        "filesystem:\/*",
        "drive:*"
    ]
}