Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.36 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.36 KB

Arxiv Watcher

Do you find it tedious to constantly check arxiv for newly added papers for the research topic you are working on?

Not anymore!!!

Arxiv Watcher is a chrome extension which allows you to add the specific keyword you wish to track and notifies you whenever a new paper is added to the arxiv relevant to the keywords you have added.

demo.mp4

Not only does this extension shows the latest papers added, but it checks arxiv in background at specific intervals and notifies the users whenever a new paper is added. Like this,

Add to chrome

The extension is published on the chrome web store and can be added to your browser from here

Development

To locally build and test this extension, clone this repo and then run the following commands:

npm install
npm run build

This will generate a ./dist folder in the root directory of the repository. Now,

  1. open Google Chrome
  2. go to Settings -> More Tools -> Extension
  3. Enable Developer Mode
  4. Click on Load unpacked
  5. Select the ./dist folder you just created.