Cool Papers Redirector

Redirect paper links to papers.cool

Τι είναι το Cool Papers Redirector;

Το Cool Papers Redirector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://papers.cool, και η κύρια λειτουργία του είναι "Redirect paper links to papers.cool".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Cool Papers Redirector

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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"
    }
}