Fast PDF Reader

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

Cos'è Fast PDF Reader?

Fast PDF Reader è un'estensione di Chrome sviluppata da raymundocbardwelli244, e la sua funzione principale è "A general-purpose Portable Document Format (PDF) viewer based on Mozilla's PDF.js library".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fast PDF Reader

Scarica i file di estensione Fast PDF Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Программа для просмотра Portable Document Format (PDF), основанная на библиотеке Mozilla PDF.js.

PDF Reader allows you to view PDF, DOC, XLS, PPT files directly in your web browser. Open, view and read PDFs with the fast PDF reader.                    

Informazioni di Base sull'Estensione

Nome Fast PDF Reader Fast PDF Reader
ID pccahijojlkobphglogpkoffikkblobm
URL Ufficiale https://chromewebstore.google.com/detail/fast-pdf-reader/pccahijojlkobphglogpkoffikkblobm
Descrizione A general-purpose Portable Document Format (PDF) viewer based on Mozilla's PDF.js library
Dimensione del File 1.19 MB
Conteggio Installazioni 32
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-02-09
Data di Pubblicazione 2022-02-09
Sviluppatore raymundocbardwelli244
Email [email protected]
Tipo di Pagamento free
Lingue Supportate de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "background": {
        "service_worker": "\/js\/bckg.js"
    },
    "action": [],
    "default_locale": "en",
    "description": "__MSG_description__",
    "file_browser_handlers": [
        {
            "default_title": "Open with Fast PDF Reader",
            "file_filters": [
                "filesystem:*.pdf"
            ],
            "id": "pdf-file-is-open"
        }
    ],
    "icons": {
        "36": "picture\/pdfReaderIcon-36.png",
        "38": "picture\/pdfReaderIcon-38.png",
        "48": "picture\/pdfReaderIcon-48.png",
        "64": "picture\/pdfReaderIcon-64.png",
        "128": "picture\/pdfReaderIcon-128.png",
        "256": "picture\/pdfReaderIcon-256.png",
        "512": "picture\/pdfReaderIcon-512.png"
    },
    "manifest_version": 3,
    "name": "Fast PDF Reader",
    "options_ui": {
        "page": "html\/main.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "\/html\/tineydzher.html",
                "chrome:\/\/favicon\/"
            ],
            "matches": [
                ""
            ]
        }
    ]
}