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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |