Skip to content

Commit

Permalink
Revert "Temporarily stop listing the official Chrome extension in the…
Browse files Browse the repository at this point in the history
… main README"

This reverts commit afabbc2.
  • Loading branch information
Rob--W committed Jun 26, 2023
1 parent c4a61a7 commit 9aedf00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ PDF.js is built into version 19+ of Firefox.

#### Chrome

+ The official extension for Chrome can be installed from the [Chrome Web Store](https://chrome.google.com/webstore/detail/pdf-viewer/oemmndcbldboiebfnladdacbdfmadadm).
*This extension is maintained by [@Rob--W](https://github.com/Rob--W).*
+ Build Your Own - Get the code as explained below and issue `gulp chromium`. Then open
Chrome, go to `Tools > Extension` and load the (unpackaged) extension from the
directory `build/chromium`.
Expand Down
6 changes: 5 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2367,5 +2367,9 @@ gulp.task("externaltest", function (done) {

gulp.task(
"ci-test",
gulp.series(gulp.parallel("lint", "externaltest", "unittestcli"), "typestest")
gulp.series(
gulp.parallel("lint", "externaltest", "unittestcli"),
"lint-chromium",
"typestest"
)
);

0 comments on commit 9aedf00

Please sign in to comment.