Lazy Scholar

Automatic check for full text, details, and metrics of scientific articles, plus comments, citations, fast sharing and more.

Was ist Lazy Scholar?

Lazy Scholar ist eine Chrome-Erweiterung, die von https://lazyscholar.org entwickelt wurde, und ihr Hauptmerkmal ist "Automatic check for full text, details, and metrics of scientific articles, plus comments, citations, fast sharing and more.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Lazy Scholar-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lazy Scholar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Lazy Scholar automatically searches for a freely available full text the instant you open a scientific paper. In use, it finds one 36-41% of the time*. NEW: Lazy Scholar can deep link with your institution to find full texts even when you're off campus. In addition, it attempts to extract helpful information about the paper if relevant such as quick links to the population, intervention, outcomes, measurements, funding statement, outline, references, abbreviations, and supplemental documents. Further, it checks for comments on the paper in PubPeer, provides various citation metrics on the paper and journal, and one-click citation styles, including a preformed powerpoint style. 



Features in further detail:

-Infobar automatically appears when a paper is opened & tells you if a free full text is available, and provides various metrics & comments, along with fast citations.
-This can be turned off and you can click the browser button for these.
-Type "LS" in the address bar and quickly query Google Scholar, PubMed, or Web of Science.
-Search your paper history with natural language.
-Get new PubMed listing recommendations - Lazy Scholar learns your research preferences automatically based on what papers you open.
-Citation count (GScholar's, Web of Science, and Altmetric.com score).
-PubPeer comment count
-Journal ranking
-Attempts to find a contact email address for the paper you are searching
-Auto generated sharing links (Twitter, email, Mendeley, Endnote, RefWorks, etc)
-Fast copying of citation to clipboard (over 900 citation styles, including a short citation for PowerPoint slides).
-Paper details listed in PubMed search results if available.
-Highlight text on a page, right click, "Search Google Scholar" for fast searching.
-Automatically checks Beall's list of predatory journals and notifies of a match
-Quick link to hypothes.is annotation layer
-Recommended citations from citepeer.io
-Optional check for preregistration through ClinicalTrials.gov, ISRCTN registry, ANZCTR registry, OSF.io, AsPredicted.org, and PROSPERO
-Option to block non-scholarly websites for 1 hour to reduce online distractions :)


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


Note: Please report bugs! I welcome any feedback:
Colby Vorland: colby.vorland at gmail | @LazyScholarExt | lazyscholar.org

*More statistics here: http://www.lazyscholar.org/2017/10/06/new-statistics-on-full-text-availability-using-lazy-scholar/                    

Grundlegende Informationen zur Erweiterung

Name Lazy Scholar Lazy Scholar
ID fpbdcofpbclblalghaepibbagkkgpkak
Offizielle URL https://chromewebstore.google.com/detail/lazy-scholar/fpbdcofpbclblalghaepibbagkkgpkak
Beschreibung Automatic check for full text, details, and metrics of scientific articles, plus comments, citations, fast sharing and more.
Dateigröße 9.47 MB
Installationsanzahl 10,000
Aktuelle Version 2.6.0
Letztes Update 2020-06-15
Veröffentlichungsdatum 2020-06-15
Bewertung 4.16/5 Insgesamt 63 Bewertungen
Entwickler https://lazyscholar.org
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://www.lazyscholar.org/private-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lazy Scholar",
    "version": "2.6.0",
    "version_name": "2.6.0",
    "description": "Automatic check for full text, details, and metrics of scientific articles, plus comments, citations, fast sharing and more.",
    "icons": {
        "16": "\/images\/icon16.png",
        "38": "\/images\/icon38.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "\/images\/new_icons\/LS 29X29 blue.png"
    },
    "author": "Colby Vorland",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/crypto.js",
            "js\/PDFjs\/pdf.js",
            "js\/PDFjs\/pdf.worker.js",
            "js\/LDA\/d3.min.js",
            "js\/LDA\/xregexp-all-min.js",
            "js\/LDA\/PorterStemmer1980.js",
            "js\/LDA\/jslda.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.js",
                "js\/PDFjs\/pdf.js",
                "js\/PDFjs\/pdf.worker.js",
                "js\/purify.js",
                "js\/purify.min.js",
                "js\/crypto.js",
                "js\/tf.min.js",
                "contentscript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.hypothes.is; object-src 'self'",
    "homepage_url": "http:\/\/www.lazyscholar.org",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "ls"
    },
    "options_page": "options.html",
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "notifications",
        "contextMenus",
        "downloads",
        "downloads.shelf",
        "storage",
        "clipboardWrite",
        "sessions",
        "alarms",
        "idle"
    ],
    "short_name": "Lazy Scholar",
    "web_accessible_resources": [
        "\/images\/",
        "images\/new_icons\/LS.29X29.blue.png",
        "infobar.html",
        "infobar-lite.html",
        "\/csv\/CiteScore_Metrics_2016.csv",
        "\/json\/styles.json",
        "\/js\/PDFjs\/test.pdf",
        "\/js\/PDFjs\/pdf.worker.js",
        "infobar.html",
        "citations.html",
        "sidepanel.html",
        "sidepanel2.html",
        "sidepanel3.html",
        "lazy-status-bar.html",
        "js\/hypothesis.js",
        "js\/web\/viewer.html",
        "js\/web\/viewer_hypothesis.html",
        "js\/web\/viewer.js",
        "js\/build\/pdf.js",
        "js\/web\/viewer.css",
        "js\/web\/images\/*",
        "inst_login.html",
        "js\/tf.min.js",
        "\/models\/model.json",
        "\/models\/dictionary.json",
        "\/models\/group1-shard1of1",
        "js\/nprogress.js",
        "js\/nprogress.css",
        "sidepanelbutton.html"
    ]
}