ISAAC Chrome extension
A browser extension to add literature using DOIs and PubMed identifiers.
ISAAC Chrome extension là gì?
ISAAC Chrome extension là một tiện ích mở rộng Chrome được phát triển bởi egon.willighagen, và tính năng chính của nó là "A browser extension to add literature using DOIs and PubMed identifiers.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ISAAC Chrome extension
Tải xuống các tệp mở rộng ISAAC Chrome extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ISAAC Chrome extension |
ID | kiljfbiapahlahhilgcgfkfjnkgggode |
URL Chính Thức | https://chromewebstore.google.com/detail/isaac-chrome-extension/kiljfbiapahlahhilgcgfkfjnkgggode |
Mô tả | A browser extension to add literature using DOIs and PubMed identifiers. |
Kích Thước Tệp | 78.97 KB |
Số Lần Cài Đặt | 59 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2022-08-24 |
Ngày Phát Hành | 2022-03-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | egon.willighagen |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/citation-js/isaac-chrome-extension |
URL Trang Trợ Giúp | https://github.com/citation-js/isaac-chrome-extension/discussions |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |