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 |
Eメール | [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" ] } |