Collegiate Scholar Link
This extension makes better use of Google Scholar for scholars.
Collegiate Scholar Linkคืออะไร?
Collegiate Scholar Link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://joeycn.github.io และคุณลักษณะหลักของมันคือ "This extension makes better use of Google Scholar for scholars."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Collegiate Scholar Link
ดาวน์โหลดไฟล์ส่วนขยาย Collegiate Scholar Link ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Don't know how to download a scientific paper from a publisher off campus? Collegiate Scholar Link provides additional links for Google Scholar search results. Through those links, you can access the articles anywhere via your university's proxy service. If you're tired of VPN and poor searching functionality of your university's library portal, Collegiate Scholar Link may ease your life a little. Currently, Collegiate Scholar Link currently supports UT Arlington, UT Dallas, UT Austin and SDState.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lmammanhmfopafiiopefcedjiffdogdf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/collegiate-scholar-link/lmammanhmfopafiiopefcedjiffdogdf |
คำอธิบาย | This extension makes better use of Google Scholar for scholars. |
ขนาดไฟล์ | 206 KB |
จำนวนการติดตั้ง | 320 |
เวอร์ชันปัจจุบัน | 0.0.7 |
อัปเดตครั้งล่าสุด | 2016-09-14 |
วันที่เผยแพร่ | 2016-09-14 |
ผู้พัฒนา | http://joeycn.github.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://joeycn.github.io/cslink |
URL หน้าช่วยเหลือ | https://www.facebook.com/CollegiateScholarLink/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Collegiate Scholar Link", "short_name": "CSLink", "author": "[email protected]", "version": "0.0.7", "description": "This extension makes better use of Google Scholar for scholars.", "icons": { "16": "icons\/ico-16.png", "39": "icons\/ico-39.png", "48": "icons\/ico-48.png", "128": "icons\/ico-128.png", "256": "icons\/ico-256.png" }, "background": { "scripts": [ "js\/proxy_bg.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/scholar.google.com\/*" ], "js": [ "js\/jquery-1.12.0.min.js", "js\/bootstrap.min.js", "js\/proxy.js", "js\/proxy-opt.js" ], "css": [ "css\/bootstrap.min.css" ], "run_at": "document_end" } ], "permissions": [ "tabs", "storage", "https:\/\/*\/*", "http:\/\/*\/*" ], "page_action": { "default_name": "Collegiate Scholar Link", "default_icon": "icons\/ico-39.png", "default_popup": "pages\/popup.html" }, "web_accessible_resources": [ "icons\/*.png", "pages\/*.html" ], "manifest_version": 2 } |