Paper Of The Day

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

Paper Of The Day란 무엇입니까?

Paper Of The Day은(는) Adrian Raudaschl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover trending academic papers from computer science to economics in each new tab. [Powered by Mendeley Data]"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Paper Of The Day 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Paper Of The Day Paper Of The Day
ID fgmkbejeokkpojkldlieonblomokajnf
공식 URL https://chromewebstore.google.com/detail/paper-of-the-day/fgmkbejeokkpojkldlieonblomokajnf
설명 Discover trending academic papers from computer science to economics in each new tab. [Powered by Mendeley Data]
파일 크기 744 KB
설치 횟수 4,741
현재 버전 1.5
최근 업데이트 2022-05-27
출시 날짜 2020-04-06
평점 4.73/5 총 11 개의 평점
개발자 Adrian Raudaschl
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://paperofthedayapp.com/
지원되는 언어 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"
}