From 32c212f0c58ae64045171f6af8f6a344464bd1de Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Wed, 21 Aug 2013 09:50:17 -0500 Subject: [PATCH] Adds reference for the Opera extension Addresses https://github.com/mozilla/pdf.js/issues/3600#issuecomment-23018555 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04b44bc29..490bafc83 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,9 @@ available that are updated at a different rate: + [Development Version](http://mozilla.github.io/pdf.js/extensions/firefox/pdf.js.xpi) - This version is updated every time new code is merged into the PDF.js codebase. This should be quite stable but still might break from time to time. + [Stable Version](https://addons.mozilla.org/firefox/addon/pdfjs) - After version 24 of Firefox is released we no longer plan to support the stable extension. The stable version will then be considered whatever is built into Firefox. -#### Chrome -The Chrome extension is still somewhat experimental but it can be installed two +#### Chrome and Opera + +The Chromium extension is still somewhat experimental but it can be installed two ways: + [Unofficial Version](https://chrome.google.com/webstore/detail/pdf-viewer/oemmndcbldboiebfnladdacbdfmadadm) - *This extension is maintained by a PDF.js contributor.* @@ -45,6 +46,8 @@ ways: Chrome, go to `Tools > Extension` and load the (unpackaged) extension from the directory `build/chrome`. +The version of the extension for the Opera browser can be found at the [Opera add-ons](https://addons.opera.com/en/extensions/details/pdf-viewer/). + ## Getting the Code To get a local copy of the current code, clone it using git: