LibKey Nomad
One-click access to millions of scholarly articles.
LibKey Nomad란 무엇입니까?
LibKey Nomad은(는) https://thirdiron.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One-click access to millions of scholarly articles."입니다.
확장 프로그램 스크린샷
LibKey Nomad 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Supported by over 1,500+ libraries in more than 35 countries! LibKey Nomad automatically provides instant links to articles from journals subscribed to by your library – and Open Access sources – connecting you to literature discovered on the web. LibKey Nomad works with your library to determines the fastest path to content across thousands of publishers and millions of articles. LibKey Nomad also adds support to PubMed, Wikipedia and hundreds of other scholarly publisher websites and research databases. After installation, LibKey Nomad prompts you to select your institution. Simply select it and LibKey Nomad will then notify you of available articles wherever you may roam. LibKey Nomad is a great addition to other research aids you may be using, such as BrowZine, EndNote Click, Lean Library, and more.
확장 프로그램 기본 정보
이름 | LibKey Nomad |
ID | lkoeejijapdihgbegpljiehpnlkadljb |
공식 URL | https://chromewebstore.google.com/detail/libkey-nomad/lkoeejijapdihgbegpljiehpnlkadljb |
설명 | One-click access to millions of scholarly articles. |
파일 크기 | 4.39 MB |
설치 횟수 | 919,311 |
현재 버전 | 1.30.9 |
최근 업데이트 | 2024-02-21 |
출시 날짜 | 2020-05-07 |
평점 | 4.69/5 총 13 개의 평점 |
개발자 | https://thirdiron.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://thirdiron.com/libkey-nomad/ |
도움말 페이지 URL | https://support.thirdiron.com/support/solutions/articles/72000569997 |
개인정보 보호 정책 페이지 URL | https://support.thirdiron.com/support/solutions/articles/72000570018 |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LibKey Nomad", "short_name": "LibKey Nomad", "version": "1.30.9", "author": "Third Iron LLC", "manifest_version": 2, "description": "One-click access to millions of scholarly articles.", "background": { "scripts": [ ".\/browser-polyfill.js", ".\/static\/js\/background.js" ] }, "browser_action": { "default_popup": "index.html", "default_title": "Welcome to LibKey Nomad" }, "options_page": ".\/index.html#\/select-library", "content_scripts": [ { "css": [ ".\/static\/css\/content.css" ], "js": [ ".\/browser-polyfill.js", ".\/static\/js\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "web_accessible_resources": [ "images\/libkey-nomad-flame.png", "images\/browzine-logo.png", "images\/close-button.svg", "domains.json", "ebook-domains.json" ], "permissions": [ "storage" ], "storage": { "managed_schema": "schema.json" }, "icons": { "16": "icons\/libkey-nomad-flame-16.png", "32": "icons\/libkey-nomad-flame-32.png", "48": "icons\/libkey-nomad-flame-48.png", "128": "icons\/libkey-nomad-flame-128.png" } } |