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文件

下载Unpaywall扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
    }
}