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文件
下载Leiden Search Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |