Lazy Scholar

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

Lazy Scholar란 무엇입니까?

Lazy Scholar은(는) https://lazyscholar.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatic check for full text, details, and metrics of scientific articles, plus comments, citations, fast sharing and more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Lazy Scholar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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/                    

확장 프로그램 기본 정보

이름 Lazy Scholar Lazy Scholar
ID fpbdcofpbclblalghaepibbagkkgpkak
공식 URL https://chromewebstore.google.com/detail/lazy-scholar/fpbdcofpbclblalghaepibbagkkgpkak
설명 Automatic check for full text, details, and metrics of scientific articles, plus comments, citations, fast sharing and more.
파일 크기 9.47 MB
설치 횟수 10,000
현재 버전 2.6.0
최근 업데이트 2020-06-15
출시 날짜 2020-06-15
평점 4.16/5 총 63 개의 평점
개발자 https://lazyscholar.org
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.lazyscholar.org/private-policy
지원되는 언어 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"
    ]
}