Cool Papers Redirector

Redirect paper links to papers.cool

什麼是Cool Papers Redirector?

Cool Papers Redirector是由https://papers.cool開發的Chrome擴展程式,該擴展的主要功能是“Redirect paper links to papers.cool”。

擴展截圖

screenshot
screenshot

下載Cool Papers Redirector擴展crx文件

下載Cool Papers Redirector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Enhance your academic research with the "Cool Papers Redirector" Chrome extension, the ultimate tool for scholars, researchers, and anyone immersed in the world of academic papers. Simplify your workflow by seamlessly identifying arXiv paper IDs from selected text, links, or your current page's URL, and get instant access to professional paper summaries and interpretations.

**Key Features:**

- **Easy Identification:** Automatically detects potential arXiv paper IDs within the text you select or the page you are on.
- **One-Click Access:** Right-click to reveal a dedicated context menu that redirects you to the corresponding paper on Cool Papers (https://papers.cool).
- **Professional Summaries:** Leverage the power of Kimi Chat (https://kimi.moonshot.cn), an advanced AI model, to quickly obtain expert-level summaries and analyses of academic papers.
- **Open Academic Resource:** Cool Papers is an open academic platform designed to filter the latest research papers efficiently, making scholarly communication more accessible.

By installing this extension, you're not only streamlining your academic research process but also engaging with cutting-edge AI technology to deepen your understanding of complex research topics. Whether you're searching for insights, preparing literature reviews, or staying updated with your field's latest developments, "Cool Papers Redirector" is your companion for a more productive academic journey.

[Install now] and transform the way you interact with academic literature!                    

擴展基本資訊

名稱 Cool Papers Redirector Cool Papers Redirector
ID goopbgbhhhionbpfdkkblnbeopfmlihm
官方網址 https://chromewebstore.google.com/detail/cool-papers-redirector/goopbgbhhhionbpfdkkblnbeopfmlihm
簡介 Redirect paper links to papers.cool
檔案大小 25.98 KB
安裝次數 683
目前版本 0.1.0
更新時間 2024-01-19
上架時間 2024-01-19
評分 4.00/5 共 1 次評分
開發者 https://papers.cool
電子郵箱 [email protected]
付費類型 free
擴展官網 https://papers.cool
隱私政策頁面URL https://github.com/bojone/papers.cool/blob/main/Chrome/privacy_policy.md
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cool Papers Redirector",
    "version": "0.1.0",
    "description": "Redirect paper links to papers.cool",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "notifications"
    ],
    "background": {
        "service_worker": "background.js"
    }
}