Find Related Academic Papers | Researcher

With Researcher's Paper Finder extension, you can enter any title, abstract, or keywords to find related academic papers.

Τι είναι το Find Related Academic Papers | Researcher;

Το Find Related Academic Papers | Researcher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.researcher-app.com, και η κύρια λειτουργία του είναι "With Researcher's Paper Finder extension, you can enter any title, abstract, or keywords to find related academic papers.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Find Related Academic Papers | Researcher

Λήψη αρχείων επέκτασης Find Related Academic Papers | Researcher σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ---------------------------------------------------------------------

If you’re reading an academic paper online, just highlight the title, abstract, or keywords, open the extension, and you’ll immediately see a list of the most relevant and recently published content. What’s more, it also works on news articles, blogs, and even social media posts.

This is a new product from the Researcher team so we’d love to get your feedback. If you have any questions, comments, or suggestions, please do get in touch with us at [email protected].

Researcher is a mobile and web platform that aims to make sure academics never miss important research - and our new extension means you’ll never be without the latest content wherever you are on the web.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Find Related Academic Papers | Researcher Find Related Academic Papers | Researcher
ID anidheijpmdnigiojbbinkdcdihhhecp
Επίσημο URL https://chrome.google.com/webstore/detail/find-related-academic-pap/anidheijpmdnigiojbbinkdcdihhhecp
Περιγραφή With Researcher's Paper Finder extension, you can enter any title, abstract, or keywords to find related academic papers.
Μέγεθος Αρχείου 333 KB
Αριθμός Εγκαταστάσεων 14,834
Τρέχουσα Έκδοση 0.8
Τελευταία Ενημέρωση 2021-09-28
Ημερομηνία Δημοσίευσης 2019-09-24
Αξιολόγηση 4.75/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής https://www.researcher-app.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.researcher-app.com?utm_source=&utm_medium=&utm_campaign=extension
Διεύθυνση URL της Σελίδας Βοήθειας https://www.researcher-app.com/discover?utm_source=&utm_medium=&utm_campaign=extension
URL της Σελίδας Πολιτικής Απορρήτου https://www.researcher-app.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find Related Academic Papers | Researcher",
    "version": "0.8",
    "manifest_version": 2,
    "author": "Researcher",
    "description": "With Researcher's Paper Finder extension, you can enter any title, abstract, or keywords to find related academic papers.",
    "icons": {
        "16": "assets\/images\/logo.png",
        "48": "assets\/images\/logo.png",
        "128": "assets\/images\/logo.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/logo.png",
        "default_popup": "popup.html",
        "default_title": "Researcher"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab"
    ]
}