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,
The extension is published on the chrome web store and can be added to your browser from here
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,
- open Google Chrome
- go to Settings -> More Tools -> Extension
- Enable Developer Mode
- Click on Load unpacked
- Select the
./dist
folder you just created.