ScienceHelper (download millions of papers)

With ScienceHelper, you can download millions of scientific articles

ScienceHelper (download millions of papers) क्या है?

ScienceHelper (download millions of papers) general-extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With ScienceHelper, you can download millions of scientific articles"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में ScienceHelper (download millions of papers) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ScienceHelper is a Chrome Extension for researchers and students. Use it to download papers and articles from thousands of websites. 
When you find an academic paper, simply click the ScienceHelper button in your toolbar to search the web for a legal Open Access version. ScienceHelper will automatically find the DOI of the paper you are looking at and use that information to find the paper from various online sources and databases.                    

एक्सटेंशन की मूल जानकारी

नाम ScienceHelper (download millions of papers) ScienceHelper (download millions of papers)
ID bfcnpcbokihfdpffiiocgjlcnjpicffb
आधिकारिक URL https://chromewebstore.google.com/detail/sciencehelper-download-mi/bfcnpcbokihfdpffiiocgjlcnjpicffb
विवरण With ScienceHelper, you can download millions of scientific articles
फ़ाइल का आकार 57.69 KB
स्थापना संख्या 22,840
वर्तमान संस्करण 1.4
अंतिम अपडेट 2023-06-02
प्रकाशन तिथि 2023-05-29
रेटिंग 5.00/5 कुल 14 रेटिंग्स
डेवलपर general-extension
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sciencehelper.vercel.app/privacy
समर्थित भाषाएँ id,de,en,es,ru,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "sciencehelper",
    "version": "1.4",
    "author": "ScienceHelper",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/Icon-16.png",
        "32": "icons\/Icon-32.png",
        "48": "icons\/Icon-48.png",
        "64": "icons\/Icon-64.png",
        "96": "icons\/Icon-96.png",
        "128": "icons\/Icon-128.png",
        "256": "icons\/Icon-256.png",
        "512": "icons\/Icon-512.png",
        "1024": "icons\/Icon-1024.png"
    },
    "action": {
        "default_popup": "popup.html",
        "browser_style": true,
        "default_icon": {
            "48": "icons\/Icon-48.png",
            "96": "icons\/Icon-96.png"
        },
        "default_title": "__MSG_ext_default_title__",
        "theme_icons": [
            {
                "light": "icons\/Icon-48.png",
                "dark": "icons\/Icon-48.png",
                "size": 48
            },
            {
                "light": "icons\/Icon-96.png",
                "dark": "icons\/Icon-96.png",
                "size": 96
            }
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self'"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    }
}