GoingMed
Pubmed 影响因子显示
What is GoingMed?
GoingMed is a Chrome extension developed by https://bm-com.com, and its main feature is "Pubmed 影响因子显示".
Extension Screenshots
Download GoingMed Extension CRX File
Download GoingMed 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
GoingMed插件使用GoingPub团队和MikerTom 联合开发的一款插件。该插件可以自动加载 PubMed 期刊的影响因子,帮助用户筛选有用的期刊,还可以在详情页面一键下载sci-hub论文。 应用官网:https://www.goingpub.com/ 联系方式:[email protected] 更多插件:https://bm-com.com/
Extension Basic Information
Name | GoingMed |
ID | hopmhonnajbjjdkagglbfmffmdhocbmf |
Official URL | https://chromewebstore.google.com/detail/goingmed/hopmhonnajbjjdkagglbfmffmdhocbmf |
Description | Pubmed 影响因子显示 |
File Size | 69.56 KB |
Installation Count | 738 |
Current Version | 1.1.3 |
Last Updated | 2024-01-12 |
Publish Date | 2023-01-29 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://bm-com.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.goingpub.com/ |
Privacy Policy Page URL | http://106.12.127.15/privacy.html |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.3", "name": "GoingMed", "description": "Pubmed \u5f71\u54cd\u56e0\u5b50\u663e\u793a", "action": { "default_popup": "popup.html", "default_icon": { "32": "image\/128.png" } }, "icons": { "16": "image\/16.png", "48": "image\/48.png", "128": "image\/128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/pubmed.ncbi.nlm.nih.gov\/*" ], "js": [ "js\/jquery.min.1.8.js", "js\/common.js", "js\/pubmed.js" ], "css": [ "css\/main.css" ], "run_at": "document_end" } ], "background": { "service_worker": "js\/background.js", "type": "module", "matches": [ "*:\/\/pubmed.ncbi.nlm.nih.gov\/*" ] }, "web_accessible_resources": [ { "resources": [ "image\/*.png" ], "matches": [ "*:\/\/pubmed.ncbi.nlm.nih.gov\/*" ] } ] } |