Unpaywall

Legally get full text of scholarly articles as you browse.

Cos'è Unpaywall?

Unpaywall è un'estensione di Chrome sviluppata da https://unpaywall.org, e la sua funzione principale è "Legally get full text of scholarly articles as you browse.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Unpaywall

Scarica i file di estensione Unpaywall in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Unpaywall Unpaywall
ID iplffkdpngmdjhlpjmppncnlhomiipha
URL Ufficiale https://chromewebstore.google.com/detail/unpaywall/iplffkdpngmdjhlpjmppncnlhomiipha
Descrizione Legally get full text of scholarly articles as you browse.
Dimensione del File 667 KB
Conteggio Installazioni 773,806
Versione Corrente 3.98
Ultimo Aggiornamento 2021-07-30
Data di Pubblicazione 2020-02-28
Valutazione 4.05/5 Totale 222 Valutazioni
Sviluppatore https://unpaywall.org
Tipo di Pagamento free
Sito Web dell'Estensione https://unpaywall.org/products/extension
URL della Pagina di Aiuto https://unpaywall.org/faq
Lingue Supportate 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
    }
}