Skip to content

Commit

Permalink
Added more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyism committed Dec 20, 2020
1 parent eff9832 commit 0745be2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# arxiver, an extension for Firefox.
Handy tool for Arxiv. Allows you to save Arxiv files for later viewing. Has a search functionality too.
Handy tool for Arxiv to save papers, and filter through them later. Included is the ability to search for a paper you have saved by keywords, author, title, description, etc.

## Installation
You can find the latest releases on [release page](https://github.com/joeyism/arxiver-firefox/releases)
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

"manifest_version": 2,
"name": "Arxiver",
"version": "1.0.1",
"description": "Handy tool for Arxiv. Allows you to save Arxiv files for later viewing. Has a search functionality too.",
"version": "1.0.2",
"description": "Handy tool for Arxiv to save papers, and filter through them easily later. Included is the ability to search for a paper you have saved by keywords, author, title, description, etc.",
"author": "joeyism",
"homepage_url": "https://github.com/joeyism/arxiver-firefox",
"icons": {
Expand Down
1 change: 0 additions & 1 deletion popup/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const getArxivData = async (id) => {

const save = async (tabs) => {
url = tabs[0].url
url = "https://arxiv.org/abs/1611.06355"
arxivId = extractIdFromUrl(url)
results = await getArxivData(arxivId)
body = await results.json()
Expand Down
Binary file added web-ext-artifacts/arxiver-1.0.2-an+fx.xpi
Binary file not shown.
Binary file added web-ext-artifacts/arxiver-1.0.2.zip
Binary file not shown.

0 comments on commit 0745be2

Please sign in to comment.