Paper Downloader

下载论文

Paper Downloader क्या है?

Paper Downloader xiaopanisme द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "下载论文"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Have you ever bothered with the meaningless name of pdf downloaded from IEEE or other scientific website. This plugin can help you dealing with this problem.
It can auto download paper you selected and rename it by year+title. 


There are usually TWO situations you want to download some papers from the scientific website.

- You have some keywords and you want to find some papers related with these keywords.
- You are interested in some journals and you want to know what current issues in this journal talk about.

The way to use it:

1. you search papers by keywords in the scientific website, such as https://ieeexplore.ieee.org/. then a list of papers related to this keywords will be presented in this page. Or you look at the current issue or early access in some journals, such as TGRS (https://ieeexplore.ieee.org/xpl/tocresult.jsp?isnumber=4358825), then a list of papers in this issue will be presented in this page.
2. After a short review, you may think some papers are useful and want to download. then you pitch on the checkbox in the items.
3. After you pitch the all checkbox of the papers you want to download, just right-click the mouse, select  "Downloading..." in the context menu.
4. Then the papers will be download automatic with the formated name.



At present, the websites supported are:
https://ieeexplore.ieee.org/Xplore/
https://www.sciencedirect.com/
https://library.seg.org/
https://arxiv.org/
https://www.cnki.net/                    

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

नाम Paper Downloader Paper Downloader
ID naigbfijkkhiojncnifmhbbhindiehph
आधिकारिक URL https://chrome.google.com/webstore/detail/paper-downloader/naigbfijkkhiojncnifmhbbhindiehph
विवरण 下载论文
फ़ाइल का आकार 337 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.5.2
अंतिम अपडेट 2018-11-24
प्रकाशन तिथि 2018-11-24
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर xiaopanisme
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/GuoXiaoyang/PaperDownloader
समर्थित भाषाएँ zh-CN
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery.js",
            "js\/ieeeDownload.js",
            "js\/sciencedirectDownload.js",
            "js\/arxivDownload.js",
            "js\/segDownload.js",
            "js\/update.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "32": "images\/icon32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Paper Downloader"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/chrono.min.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/arxiv.org\/*"
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "description": "\u4e0b\u8f7d\u8bba\u6587",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk6Vq0oycQXSWT93xMtApAGPKPPSgQ64SBTfxa9gChrJqAlsiRDWaG\/7B3iL\/Sjr9v9+fT7jxuMAKqQ3ewqTT2zDWQxpmb2gJMbmtv2K5R3SK7h8dtLBtrDxKhqNK70uEm5xrKhicBTd5N9ZwQc5NrdeLTlDfcd972UiawseI1Tzy2lmkG2aQTRgeIH3NKpkO\/IZDAn47H0QYUgIIzq0e4pTGicRoMhQcypr6Ai87oROj+LqikrJspV4J7aPjD5Ma8ebOOjmxGOYOV7JFE48chqhTOoVOo6FOOdsAqTrvwZuAvMJm\/y6Fmb9QzQV\/IeNiLVMVUViwe9YaV65q4ABBaQIDAQAB",
    "manifest_version": 2,
    "name": "Paper Downloader",
    "permissions": [
        "",
        "webNavigation",
        "contextMenus",
        "tabs",
        "downloads",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5.2"
}