Fastest PDF Chrome Reader

A general-purpose Portable Document Format (PDF) viewer based on Mozilla's PDF.js library

Fastest PDF Chrome Readerคืออะไร?

Fastest PDF Chrome Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย voinovmaxim4 และคุณลักษณะหลักของมันคือ "A general-purpose Portable Document Format (PDF) viewer based on Mozilla's PDF.js library"

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

screenshot
screenshot

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

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

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

                        PDF Reader для удобства чтения файлов в формате PDF в браузере                    

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

ชื่อ Fastest PDF Chrome Reader Fastest PDF Chrome Reader
ID fkoplomeapglnfadekcaamlehndlpkfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fastest-pdf-chrome-reader/fkoplomeapglnfadekcaamlehndlpkfa
คำอธิบาย A general-purpose Portable Document Format (PDF) viewer based on Mozilla's PDF.js library
ขนาดไฟล์ 2.37 MB
จำนวนการติดตั้ง 215
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-03-02
วันที่เผยแพร่ 2022-03-01
ผู้พัฒนา voinovmaxim4
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fastest PDF Chrome Reader",
    "background": {
        "service_worker": "first.js"
    },
    "action": [],
    "default_locale": "en",
    "description": "__MSG_description__",
    "file_browser_handlers": [
        {
            "default_title": "Open with Fastest PDF Chrome Reader",
            "file_filters": [
                "filesystem:*.pdf"
            ],
            "id": "open-as-pdf"
        }
    ],
    "icons": {
        "512": "dannye\/ikons\/512x512.png",
        "256": "dannye\/ikons\/256x256.png",
        "128": "dannye\/ikons\/128x128.png",
        "64": "dannye\/ikons\/64x64.png",
        "32": "dannye\/ikons\/64x64.png",
        "16": "dannye\/ikons\/64x64.png"
    },
    "manifest_version": 3,
    "options_ui": {
        "page": "\/dannye\/main\/opcii.html",
        "open_in_tab": false
    },
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage",
        "contextMenus"
    ],
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "\/dannye\/lib\/web\/viewer.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}