Unpaywall

Legally get full text of scholarly articles as you browse.

Unpaywall란 무엇입니까?

Unpaywall은(는) https://unpaywall.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Legally get full text of scholarly articles as you browse."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Get full text of scholarly articles as you browse. When you view a research article, Unpaywall automatically looks for a copy in our index of 20 million free, legal fulltext PDFs. If we find one, click the green tab to read the article.

Unpaywall points you to legal, author-posted manuscripts that are hosted on university and government web servers. We are pointing to versions that have been posted with the full and explicit authorization of the publishers themselves.

These free, author-posted manuscripts are often called "Green Open Access" and are a longstanding and completely legal part of the scholarly communications ecosystem. The majority of scholarly journals permit authors to "self-archive" their papers on university and government web servers. It's these legally self-archived papers that Unpaywall helps users find. Any papers posted outside of publisher permissions are NOT included in our index.                    

확장 프로그램 기본 정보

이름 Unpaywall Unpaywall
ID iplffkdpngmdjhlpjmppncnlhomiipha
공식 URL https://chromewebstore.google.com/detail/unpaywall/iplffkdpngmdjhlpjmppncnlhomiipha
설명 Legally get full text of scholarly articles as you browse.
파일 크기 667 KB
설치 횟수 773,806
현재 버전 3.98
최근 업데이트 2021-07-30
출시 날짜 2020-02-28
평점 4.05/5 총 222 개의 평점
개발자 https://unpaywall.org
결제 유형 free
확장 프로그램 웹 사이트 https://unpaywall.org/products/extension
도움말 페이지 URL https://unpaywall.org/faq
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unpaywall",
    "version": "3.98",
    "manifest_version": 2,
    "description": "Legally get full text of scholarly articles as you browse.",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "64": "img\/icon-64.png",
        "128": "img\/icon-128.png"
    },
    "applications": {
        "gecko": {
            "strict_min_version": "53.0"
        }
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Unpaywall",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "unpaywall.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.oadoi.org\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "unpaywall.html"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}