From 3d6fc51b3e37131a9317597a96fcaa1c7113fb5d Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sun, 23 Apr 2017 16:54:29 +0200 Subject: [PATCH] Improve extensions section --- Frequently-Asked-Questions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index 1afe3c7..ac04d4e 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -86,9 +86,9 @@ The objective is to support all HTML5 compliant browsers, but since feature supp ## What browsers have extensions (and where can I find install procedures)? -There are currently extensions for Chromium and Opera. The Chromium extension is maintained by a PDF.js contributor. To install the Chromium extension, please refer to the [readme](https://github.com/mozilla/pdf.js/blob/master/README.md). The Opera extension can be found [here](https://addons.opera.com/extensions/details/pdf-viewer). +The Chromium extension is maintained by a PDF.js contributor. To install the Chromium extension, please refer to the [README](https://github.com/mozilla/pdf.js/blob/master/README.md). -The Firefox extension is not supported and marked as disabled for Firefox versions 35 and up. PDF.js is part of Firefox since version 19. The extension is mostly used by developers and for bringing a newer version of the PDF.js library to an older Firefox version. Users should uninstall the extension, revert the `pdfjs.disabled` configuration setting and set the Options -> Applications selection for PDF documents to the internal viewer to continue viewing PDFs with PDF.js in Firefox. +The Firefox extension is not supported and marked as disabled for Firefox versions 35 and up. PDF.js is part of Firefox since version 19. The extension is mostly used by developers and for bringing a newer version of the PDF.js library to an older Firefox version. Users should uninstall the extension, revert the `pdfjs.disabled` configuration setting and set the `Options -> Applications` selection for PDF documents to the internal viewer to continue viewing PDF files with PDF.js in Firefox. ## I know JavaScript and want to contribute to the project. How do I start?