Paper Downloader
下载论文
Paper Downloaderคืออะไร?
Paper Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xiaopanisme และคุณลักษณะหลักของมันคือ "下载论文"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Paper Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Paper Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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": [ " |