PaperPanda — Get millions of research papers

PaperPanda helps you download papers

PaperPanda — Get millions of research papers란 무엇입니까?

PaperPanda — Get millions of research papers은(는) https://paperpanda.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PaperPanda helps you download papers"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

PaperPanda — Get millions of research papers 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        You’ve probably run into this problem – you want to read a paper, but it’s locked behind a paywall. 
Maybe you have access to it through your library or university, maybe it’s available to download for free through an open access portal, 
maybe the author uploaded a PDF to a website somewhere – but how are you going to find it? 

PaperPanda is here to help! 
Just click the tiny panda in your toolbar and the panda will run off and find the paper for you.

One-click access to millions of research paper PDFs on thousands of academic websites. 
Save time navigating paywalls, logins and redirects. 

Once you have the PDF, you can easily download it to your desktop. 

Perfect for students, researchers, and academics. 

PaperPanda uses some clever logic and the Panda’s detective skills to find you the research paper PDFs you need. Essentially, when you activate PaperPanda it finds the DOI of the paper from the current page, and then goes and searches for it. It starts by querying various Open Access repositories like OpenAccessButton, OaDoi, SemanticScholar, Core, ArXiV, and the Internet Archive. You can also set your university libraries domain in the settings. PaperPanda will then automatically search for the paper through your library. You can also set a different custom domain in the settings. 

Email [email protected] for support. 






Who needs Sci-Hub or sci hub when you have Paper Panda. 
If you use Kopernio, JSTor, Sci-Hub, EndNote, Library Genesis, Lean Library, or Mendeley – this is the extension for you.                    

확장 프로그램 기본 정보

이름 PaperPanda — Get millions of research papers PaperPanda — Get millions of research papers
ID ggjlkinaanncojaippgbndimlhcdlohf
공식 URL https://chromewebstore.google.com/detail/paperpanda-%E2%80%94-get-millions/ggjlkinaanncojaippgbndimlhcdlohf
설명 PaperPanda helps you download papers
파일 크기 589 KB
설치 횟수 212,857
현재 버전 1.9.9
최근 업데이트 2022-06-11
출시 날짜 2021-04-13
평점 4.82/5 총 455 개의 평점
개발자 https://paperpanda.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://paperpanda.app
도움말 페이지 URL https://paperpanda.app
개인정보 보호 정책 페이지 URL https://paperpanda.app/privacy
지원되는 언어 id,de,en,es,ru,ar,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "paperpanda",
    "version": "1.9.9",
    "author": "PaperPanda",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/PaperPanda-Icon-16.png",
        "32": "icons\/PaperPanda-Icon-32.png",
        "48": "icons\/PaperPanda-Icon-48.png",
        "64": "icons\/PaperPanda-Icon-64.png",
        "96": "icons\/PaperPanda-Icon-96.png",
        "128": "icons\/PaperPanda-Icon-128.png",
        "256": "icons\/PaperPanda-Icon-256.png",
        "512": "icons\/PaperPanda-Icon-512.png",
        "1024": "icons\/PaperPanda-Icon-1024.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "browser_style": true,
        "default_icon": {
            "48": "icons\/PaperPanda-Icon-48.png",
            "96": "icons\/PaperPanda-Icon-96.png"
        },
        "default_title": "__MSG_ext_default_title__",
        "theme_icons": [
            {
                "light": "icons\/PaperPanda-Icon-48.png",
                "dark": "icons\/PaperPanda-Icon-48.png",
                "size": 48
            },
            {
                "light": "icons\/PaperPanda-Icon-96.png",
                "dark": "icons\/PaperPanda-Icon-96.png",
                "size": 96
            }
        ]
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/paperpanda.app\/*",
                "http:\/\/sci-hub.ru\/*",
                "https:\/\/sci-hub.ru\/*",
                "http:\/\/sci-hub.tw\/*",
                "https:\/\/sci-hub.tw\/*",
                "http:\/\/sci-hub.se\/*",
                "https:\/\/sci-hub.se\/*",
                "http:\/\/sci-hub.st\/*",
                "https:\/\/sci-hub.st\/*",
                "http:\/\/sci-hub.do\/*",
                "https:\/\/sci-hub.do\/*",
                "http:\/\/sci-hub.im\/*",
                "https:\/\/sci-hub.im\/*",
                "http:\/\/sci-hub.ren\/*",
                "https:\/\/sci-hub.ren\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}