ScienceHelper (download millions of papers)

With ScienceHelper, you can download millions of scientific articles

Qu'est-ce que ScienceHelper (download millions of papers) ?

ScienceHelper (download millions of papers) est une extension Chrome développée par general-extension, et sa fonction principale est "With ScienceHelper, you can download millions of scientific articles".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ScienceHelper (download millions of papers)

Téléchargez les fichiers d'extension ScienceHelper (download millions of papers) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ScienceHelper (download millions of papers) ScienceHelper (download millions of papers)
ID bfcnpcbokihfdpffiiocgjlcnjpicffb
URL Officiel https://chromewebstore.google.com/detail/sciencehelper-download-mi/bfcnpcbokihfdpffiiocgjlcnjpicffb
Description With ScienceHelper, you can download millions of scientific articles
Taille du Fichier 57.69 KB
Nombre d'Installations 22,840
Version Actuelle 1.4
Dernière Mise à Jour 2023-06-02
Date de Publication 2023-05-29
Évaluation 5.00/5 Total 14 Évaluations
Développeur general-extension
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sciencehelper.vercel.app/privacy
Langues Prises en Charge 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
    }
}