File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,15 @@ using the pdf.js API.
29
29
30
30
### Extension
31
31
32
- A Firefox extension is also available:
32
+ A up-to-date Firefox extension is also available:
33
33
34
34
+ http://mozilla.github.com/pdf.js/extensions/firefox/pdf.js.xpi
35
35
36
- However, note that the extension might not reflect the latest source in our master branch.
36
+ (The above link is updated upon every merge to our master branch).
37
+
38
+ For an experimental Chrome extension, get the code as explained below and issue ` make extension ` .
39
+ Then open Chrome with the flag ` --enable-experimental-extension-apis ` , go to ` Tools > Extension `
40
+ and load the (unpackaged) extension from the directory ` extensions/chrome ` .
37
41
38
42
### Getting the code
39
43
You can’t perform that action at this time.
0 commit comments