ISAAC Chrome extension
A browser extension to add literature using DOIs and PubMed identifiers.
什么是ISAAC Chrome extension?
ISAAC Chrome extension是由egon.willighagen开发的Chrome扩展程序,该扩展的主要功能是“A browser extension to add literature using DOIs and PubMed identifiers.”。
扩展截图
下载ISAAC Chrome extension扩展crx文件
下载ISAAC Chrome extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Browser extension that helps adding resource output to the NWO ISAAC database. After selecting the type of "product", the extension pop-up dialog can be used to look up metadata using DOI, PubMed identifier, and ISBN. The extension supports adding authors will jump to the "add author" iteratively, allowing you to add additional information (gender/DAI). The plugin uses citation-js, see https://peerj.com/articles/cs-214/ while the source code is available from https://github.com/citation-js/isaac-chrome-extension under the MIT license. Information is collected from Crossref, DataCite, and mEDRA (DOI), Google Books and OpenLibrary (ISBN), PubMed (PubMed identifiers) and Unpaywall (OA status). THIS IS NOT A NWO ENDORSED EXTENSION AND NWO HAS NOT BEEN INVOLVED IN THE DEVELOPMENT. BETA: this extension is early in its development cycle. All feedback is welcome. Use at your own risk.
扩展基本信息
名称 | ISAAC Chrome extension |
ID | kiljfbiapahlahhilgcgfkfjnkgggode |
官方URL | https://chromewebstore.google.com/detail/isaac-chrome-extension/kiljfbiapahlahhilgcgfkfjnkgggode |
简介 | A browser extension to add literature using DOIs and PubMed identifiers. |
文件大小 | 78.97 KB |
安装次数 | 59 |
当前版本 | 1.4 |
更新时间 | 2022-08-24 |
上架时间 | 2022-03-14 |
评分 | 5.00/5 共1次评分 |
开发者 | egon.willighagen |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/citation-js/isaac-chrome-extension |
帮助页面URL | https://github.com/citation-js/isaac-chrome-extension/discussions |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ISAAC Chrome extension", "description": "A browser extension to add literature using DOIs and PubMed identifiers.", "version": "1.4", "manifest_version": 3, "icons": { "16": "assets\/img\/icon-16.png", "32": "assets\/img\/icon-32.png", "48": "assets\/img\/icon-48.png", "64": "assets\/img\/icon-64.png", "128": "assets\/img\/icon-128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "scripting" ] } |