From 234ec25351eb782c784d5513b22352386e48a931 Mon Sep 17 00:00:00 2001 From: Artur Adib Date: Mon, 7 Nov 2011 10:42:12 -0500 Subject: [PATCH] How to use Chrome extension (README) --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8414ad2a9..df6e1c6d7 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,15 @@ using the pdf.js API. ### Extension -A Firefox extension is also available: +A up-to-date Firefox extension is also available: + http://mozilla.github.com/pdf.js/extensions/firefox/pdf.js.xpi -However, note that the extension might not reflect the latest source in our master branch. +(The above link is updated upon every merge to our master branch). + +For an experimental Chrome extension, get the code as explained below and issue `make extension`. +Then open Chrome with the flag `--enable-experimental-extension-apis`, go to `Tools > Extension` +and load the (unpackaged) extension from the directory `extensions/chrome`. ### Getting the code