ScholarNet
PubMed和谷歌学术插件,提升文献检索效率。我们的微信公众号:精准医学PM (微信号:Precis_Med)
What is ScholarNet?
ScholarNet is a Chrome extension developed by willbefinefine, and its main feature is "PubMed和谷歌学术插件,提升文献检索效率。我们的微信公众号:精准医学PM (微信号:Precis_Med)".
Extension Screenshots
Download ScholarNet Extension CRX File
Download ScholarNet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
PubMed插件,提升文献检索效率。我们的微信公众号:精准医学PM (微信号:Precis_Med)。安装并启用插件后,可以直接查看期刊的影响因子和原文阅读地址。
Extension Basic Information
Name | ScholarNet |
ID | fdaipgcffdglgdajdealidldhilicckh |
Official URL | https://chromewebstore.google.com/detail/scholarnet/fdaipgcffdglgdajdealidldhilicckh |
Description | PubMed和谷歌学术插件,提升文献检索效率。我们的微信公众号:精准医学PM (微信号:Precis_Med) |
File Size | 68.64 KB |
Installation Count | 114 |
Current Version | 1.0.2.1 |
Last Updated | 2023-03-28 |
Publish Date | 2023-03-15 |
Developer | willbefinefine |
[email protected] | |
Payment Type | free |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.2.1", "name": "ScholarNet", "author": "Dr. Pi", "description": "PubMed\u548c\u8c37\u6b4c\u5b66\u672f\u63d2\u4ef6\uff0c\u63d0\u5347\u6587\u732e\u68c0\u7d22\u6548\u7387\u3002\u6211\u4eec\u7684\u5fae\u4fe1\u516c\u4f17\u53f7:\u7cbe\u51c6\u533b\u5b66PM (\u5fae\u4fe1\u53f7\uff1aPrecis_Med)", "icons": { "48": "\/images\/icon.png" }, "default_locale": "zh_CN", "background": { "service_worker": "Background.js" }, "action": { "default_icon": { "48": "\/images\/icon48.png" } }, "content_scripts": [ { "matches": [ "https:\/\/pubmed.ncbi.nlm.nih.gov\/*", "https:\/\/scholar.google.com\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ] } ], "host_permissions": [ "https:\/\/*.we-share.work\/*", "https:\/\/*.google.com\/*", "https:\/\/*.ebi.ac.uk\/*", "http:\/\/127.0.0.1:8000\/*" ], "permissions": [ "background" ] } |