]> git.parisson.com Git - pdf.js.git/commitdiff
How to use Chrome extension (README)
authorArtur Adib <arturadib@gmail.com>
Mon, 7 Nov 2011 15:42:12 +0000 (10:42 -0500)
committerArtur Adib <arturadib@gmail.com>
Mon, 7 Nov 2011 15:42:12 +0000 (10:42 -0500)
README.md

index 8414ad2a97e16161bcf39d9efa95f93b95c5f539..df6e1c6d76d9706803e7173ca82fdc62af3c5ac4 100644 (file)
--- 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