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ファイルをダウンロード

Paper Of The Day拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}