Leiden Search Assistant

Search the Leiden University Libraries Catalogue at any moment, without leaving your current page!

Что такое Leiden Search Assistant?

Leiden Search Assistant - это расширение Chrome, разработанное https://www.library.universiteitleiden.nl, и его основная функция - "Search the Leiden University Libraries Catalogue at any moment, without leaving your current page!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Leiden Search Assistant

Скачайте файлы расширений 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 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"
    ]
}