Sciwheel Browser Extension
Browser Extension from Sciwheel
什么是Sciwheel Browser Extension?
Sciwheel Browser Extension是由https://sciwheel.com开发的Chrome扩展程序,该扩展的主要功能是“Browser Extension from Sciwheel”。
扩展截图
下载Sciwheel Browser Extension扩展crx文件
下载Sciwheel Browser Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Instantly save and annotate articles and webpages. Key features: - Import research articles and PDFs directly from your browser. Citation details, web link and PDF (if available) are automatically saved - Highlight text, annotate figures and add notes to any web article. All fully searchable from Sciwheel - Works in the vast majority of research journals and scientific database websites, such as PubMed, Google Scholar, Microsoft Academic, Web of Science, EBSCO and many others Install the Sciwheel Browser Extension today to get started! Please note, the Sciwheel Browser Extension works together with the Sciwheel reference manager. A subscription is required for premium features. Learn more at https://sciwheel.com.
扩展基本信息
名称 | Sciwheel Browser Extension |
ID | ljfhgpiambpnabgpnaihcebebmoijfci |
官方URL | https://chromewebstore.google.com/detail/sciwheel-browser-extensio/ljfhgpiambpnabgpnaihcebebmoijfci |
简介 | Browser Extension from Sciwheel |
文件大小 | 150 KB |
安装次数 | 52,487 |
当前版本 | 52.0.0 |
更新时间 | 2023-09-20 |
上架时间 | 2020-06-03 |
评分 | 4.69/5 共59次评分 |
开发者 | https://sciwheel.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://sciwheel.com/ |
帮助页面URL | https://sciwheel.com/work/faq/ |
隐私政策页面URL | https://sciwheel.com/work/legal/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Sciwheel Limited", "background": { "persistent": true, "page": "background.html" }, "browser_action": { "default_title": "Sciwheel Browser Extension", "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png", "128": "images\/icon-128.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "css": [ "css\/popup.css", "css\/highlighter.css" ], "js": [ "js\/config.js", "js\/jsonML.js", "js\/helpers.js", "js\/whitelist.js", "js\/popup\/init.js", "js\/popup\/templates.js", "js\/popup\/handlers.js", "js\/highlighter\/helpers.js", "js\/highlighter\/core.js", "js\/highlighter\/annotations.js", "js\/highlighter\/selectionGrabber.js", "js\/highlighter\/selectionScanner.js", "js\/highlighter\/ui.js", "js\/pageObjectIds.js", "js\/content_script.js", "js\/run.js" ], "run_at": "document_idle", "all_frames": false } ], "description": "Browser Extension from Sciwheel", "icons": { "128": "images\/icon-128.png" }, "manifest_version": 2, "name": "Sciwheel Browser Extension", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "52.0.0" } |