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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With ScienceHelper, you can download millions of scientific articles"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ScienceHelper (download millions of papers) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
    }
}