Leiden Search Assistant
Search the Leiden University Libraries Catalogue at any moment, without leaving your current page!
Leiden Search Assistant란 무엇입니까?
Leiden Search Assistant은(는) https://www.library.universiteitleiden.nl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search the Leiden University Libraries Catalogue at any moment, without leaving your current page!"입니다.
확장 프로그램 스크린샷
Leiden Search Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quickly search for articles and books with the Leiden Search Assistant! The Leiden Search Assistant allows you to search the Leiden University Library Catalogue, Web of Science, Google Scholar, WorldCat, and Pubmed at any moment, without having to navigate to the respective websites first. Click on the Leiden Search Assistant, insert the term you want to look for, select your service, and proceed with your search! Are you reading an article and you find a particular word or term that you would like to investigate? Select it with your mouse, right click, and discover what the Leiden University Libraries have to offer.
확장 프로그램 기본 정보
이름 | Leiden Search Assistant |
ID | dillijfbjhoiokfgjbngplcfggkkdnbn |
공식 URL | https://chromewebstore.google.com/detail/leiden-search-assistant/dillijfbjhoiokfgjbngplcfggkkdnbn |
설명 | Search the Leiden University Libraries Catalogue at any moment, without leaving your current page! |
파일 크기 | 3.71 MB |
설치 횟수 | 4,111 |
현재 버전 | 2023.8.21 |
최근 업데이트 | 2023-08-21 |
출시 날짜 | 2019-12-17 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | https://www.library.universiteitleiden.nl |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.library.universiteitleiden.nl/ |
도움말 페이지 URL | https://www.library.universiteitleiden.nl/about-us/contact/ask-a-librarian |
개인정보 보호 정책 페이지 URL | https://www.organisatiegids.universiteitleiden.nl/en/regulations/general/university-website-disclaimer |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Leiden Search Assistant", "description": "Search the Leiden University Libraries Catalogue at any moment, without leaving your current page!", "version": "2023.8.21", "author": "Leiden University Libraries", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_icon": "\/images\/icons\/icon128.png", "default_popup": "popup.html", "default_title": "Leiden Search Assistant" }, "icons": { "16": "\/images\/icons\/icon16.png", "48": "\/images\/icons\/icon48.png", "128": "\/images\/icons\/icon128.png" }, "background": { "service_worker": "js\/background.js" }, "minimum_chrome_version": "92", "permissions": [ "contextMenus", "tabs", "storage" ] } |