Scopus Document Download Manager
Scopus authenticated users can download PDF files directly from Scopus!
Scopus Document Download Managerคืออะไร?
Scopus Document Download Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.scopus.com และคุณลักษณะหลักของมันคือ "Scopus authenticated users can download PDF files directly from Scopus!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scopus Document Download Manager
ดาวน์โหลดไฟล์ส่วนขยาย Scopus Document Download Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension only works for Scopus authenticated users. The Scopus download manager will not do anything for unauthenticated users. Scopus Document Download Manager is a free browser extension enabling download functionality in Scopus, as well as a Quick Document Search function for Scopus authenticated users. To search, authenticated users can simply click on the browser extension icon to display the search form. This extension saves authenticated users the hassle of visiting individual publisher web sites to download documents one by one. Instead, it seamlessly connects to publisher websites to download full text PDFs directly from your browser without needing to configure and maintain a list of entitlements. How do you use this extension in Scopus? 1) From the document search results or document list pages, select one or several documents and click on Download button or 2) From a Scopus abstract record page, click on Download button When successfully downloaded, your PDF document(s) will be saved to your browser Downloads folder. In the event that the extension fails at retrieving the PDF (e.g. you are not entitled to the full text or the download is prevented by the publisher web site) the Document Download Manager will provide a link to the publisher web site so you can easily open the page and try to download the full text manually.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Scopus Document Download Manager |
ID | ojplelelocihfchkdaebocpankipadmp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/scopus-document-download/ojplelelocihfchkdaebocpankipadmp |
คำอธิบาย | Scopus authenticated users can download PDF files directly from Scopus! |
ขนาดไฟล์ | 371 KB |
จำนวนการติดตั้ง | 1,585,768 |
เวอร์ชันปัจจุบัน | 3.20 |
อัปเดตครั้งล่าสุด | 2020-07-08 |
วันที่เผยแพร่ | 2020-07-08 |
คะแนน | 1.90/5 รวมทั้งหมด 210 คะแนน |
ผู้พัฒนา | https://www.scopus.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.scopus.com |
URL หน้าช่วยเหลือ | https://service.elsevier.com/app/answers/detail/a_id/11276/kw/supporthub/scopus/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scopus Document Download Manager", "description": "Scopus authenticated users can download PDF files directly from Scopus!", "version": "3.20", "permissions": [ "*:\/\/*.scopus.com\/*", "downloads" ], "icons": { "16": "images\/ScopusIcon-16.png", "32": "images\/ScopusIcon-32.png", "48": "images\/ScopusIcon-48.png", "64": "images\/ScopusIcon-64.png", "128": "images\/ScopusIcon-128.png" }, "browser_action": { "default_icon": "images\/ScopusIcon-32.png", "default_title": "Scopus Document Download Manager", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/contentScript.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "lib\/pdf-locator-1.0.2.min.js", "js\/backgroundScript.js" ] }, "homepage_url": "https:\/\/service.elsevier.com\/app\/answers\/detail\/a_id\/11276\/supporthub\/scopus\/#plugin" } |