Paper Of The Day

Discover trending academic papers from computer science to economics in each new tab. [Powered by Mendeley Data]

What is Paper Of The Day?

Paper Of The Day is a Chrome extension developed by Adrian Raudaschl, and its main feature is "Discover trending academic papers from computer science to economics in each new tab. [Powered by Mendeley Data]".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Paper Of The Day Extension CRX File

Download Paper Of The Day extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        PAPER OF THE DAY IS ENDING (April 2021)
Sadly, there is no easy way to say this, but this is the end.

The API providing Paper Of The Day (POTD) with trending papers is being decommissioned. I'm not sure exactly when this will happen, but at some point soon, POTD will no longer receive new documents.

I hope you had some magical discovery moments opening new tabs with us over the last few years.

Thank you to everyone who supported me on this journey. It was a lot of fun.

-----
Paper of the day is a fantastic way for you to get a glimpse of different trending academic articles from a range of disciplines from the comfort of your browser. Make each new tab opened the start of a beautiful intellectual journey.

--------------
*TESTIMONIALS*

"Finding new computer science papers has never been so MUCH fun!" - Data scientist in the Mendeley Office, 2019

"I downloaded it as a productivity app, but really it's an excuse to see what pretty pictures the app pairs with random academic papers." -  Mendeley Product Manager, 2019                    

Extension Basic Information

Name Paper Of The Day Paper Of The Day
ID fgmkbejeokkpojkldlieonblomokajnf
Official URL https://chromewebstore.google.com/detail/paper-of-the-day/fgmkbejeokkpojkldlieonblomokajnf
Description Discover trending academic papers from computer science to economics in each new tab. [Powered by Mendeley Data]
File Size 744 KB
Installation Count 4,741
Current Version 1.5
Last Updated 2022-05-27
Publish Date 2020-04-06
Rating 4.73/5 Total 11 Ratings
Developer Adrian Raudaschl
Email [email protected]
Payment Type free
Extension Website http://paperofthedayapp.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paper Of The Day",
    "author": "Adrian Raudaschl",
    "browser_action": {
        "default_icon": ".\/icons\/logo-128.png",
        "default_title": "Paper Of The Day"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "Discover trending academic papers from computer science to economics in each new tab. [Powered by Mendeley Data]",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "version": "1.5"
}