Google Scholar Tools
This extension provides some additional bookmarking and sorting of google scholar results.
Google Scholar Toolsคืออะไร?
Google Scholar Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brian B. Griffiths และคุณลักษณะหลักของมันคือ "This extension provides some additional bookmarking and sorting of google scholar results."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Scholar Tools
ดาวน์โหลดไฟล์ส่วนขยาย Google Scholar Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds some quality-of-life functions to google scholar tools search results, such as the ability to save a paper as "read" and then hide it from view. If there are no visible items, the page will auto-increment to the next page with unread items. Users can also trash useless results that will not show up as read/unread.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Scholar Tools |
ID | iifbfdeeneklajclonmnjbmakdniikep |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-scholar-tools/iifbfdeeneklajclonmnjbmakdniikep |
คำอธิบาย | This extension provides some additional bookmarking and sorting of google scholar results. |
ขนาดไฟล์ | 9.52 KB |
จำนวนการติดตั้ง | 1,902 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-12-30 |
วันที่เผยแพร่ | 2020-12-30 |
ผู้พัฒนา | Brian B. Griffiths |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Scholar Tools", "description": "This extension provides some additional bookmarking and sorting of google scholar results.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "*:\/\/scholar.google.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/scholar.google.com\/*" ], "js": [ "pageTools.js" ], "css": [ "pageTools.css" ] } ] } |