Unpaywall

Legally get full text of scholarly articles as you browse.

Unpaywall क्या है?

Unpaywall https://unpaywall.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Legally get full text of scholarly articles as you browse."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unpaywall एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
    }
}