Skip to content

Commit

Permalink
Update README to include download permission [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
j3soon committed Oct 8, 2023
1 parent ecd0a28 commit c581946
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ We do not gather your personal data. If in doubt, please refer to the source cod
- `storage`: Save extension configurations.
- `contextMenus`: When right-click the extension button, show a help menu item.
- `scripting`: Inject content scripts to existing tabs.
- `downloads`: Direct download PDF with paper's title as filename.
- `*://arxiv.org/*`: Inject content scripts to existing tabs.
- `*://export.arxiv.org/*`: Inject content scripts to existing tabs.
- `*://browse.arxiv.org/*`: Inject content scripts to existing tabs.
Expand All @@ -126,6 +127,7 @@ We do not gather your personal data. If in doubt, please refer to the source cod
- `webRequest`: Intercept ArXiv PDF request.
- `webRequestBlocking`: Redirect the ArXiv PDF page to custom PDF container page.
- `bookmarks`: When create a new bookmark of the PDF container page, bookmark the actual ArXiv PDF url instead.
- `downloads`: Direct download PDF with paper's title as filename.
- `*://arxiv.org/*pdf*`: Redirect PDF pages to custom PDF container.
- `*://export.arxiv.org/*pdf*`: Redirect PDF pages to custom PDF container.
- `*://browse.arxiv.org/*pdf*`: Redirect PDF pages to custom PDF container.
Expand Down

0 comments on commit c581946

Please sign in to comment.