WIS Library Search Assistant

WIS Search Assistant Search the WIS Library without leaving your current browser page!

WIS Library Search Assistantとは何ですか?

WIS Library Search AssistantはWeizmann Institute of Science Libraryによって開発されたChromeの拡張機能で、その主な機能は「WIS Search Assistant Search the WIS Library without leaving your current browser page!」です。

拡張機能のスクリーンショット

screenshot
screenshot

WIS Library Search Assistant拡張機能のCRXファイルをダウンロード

WIS Library Search Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Search the WIS Library without leaving your current browser page!
This WIS Library Search Assistant (v1) still works but we have a new, improved, version -  version 2.0 -- called Library Access (supplied by Lean Library).  Get it @ https://chrome.google.com/webstore/detail/library-access/hghakoefmnkhamdhenpbogkeopjlkpoa.  The new version works on more browsers and has additional features. 

Quickly find articles, books, and more using the WIS Search Assistant.

The WIS Search Assistant allows you to search the Weizmann Institute Library collections, Google Scholar, and PubMed without having to navigate to those websites first.

Click on the WIS Search Assistant, type your search text, select one or more service, and proceed with your search.

Are you reading an article and find a word or term that you would like to investigate? Select it with your mouse, right-click, and discover what the WIS Library can offer.                    

拡張機能の基本情報

名前 WIS Library Search Assistant WIS Library Search Assistant
ID eolmcoofobenbnjnbdkfkhnjiockfbgd
公式URL https://chromewebstore.google.com/detail/wis-library-search-assist/eolmcoofobenbnjnbdkfkhnjiockfbgd
説明 WIS Search Assistant Search the WIS Library without leaving your current browser page!
ファイルサイズ 330 KB
インストール数 200
現在のバージョン 1.1.2
最終更新日 2020-05-03
公開日 2020-05-03
評価 3.67/5 合計 3 レビュー
開発者 Weizmann Institute of Science Library
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.weizmann.ac.il/library/
ヘルプページのURL https://weizmann.libanswers.com/faq/240593
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WIS Library Search Assistant",
    "description": "WIS Search Assistant Search the WIS Library without leaving your current browser page!",
    "version": "1.1.2",
    "author": "Based on Giulio Menna, Leiden University Libraries plugin and Modified for Weizmann Institute of Science Library plugin",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/code.jquery.com\/ https:\/\/www.googletagmanager.com; object-src 'self'",
    "browser_action": {
        "default_icon": "\/images\/icons\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "WIS Library Assistant"
    },
    "icons": {
        "16": "\/images\/icons\/icon16.png",
        "48": "\/images\/icons\/icon48.png",
        "128": "\/images\/icons\/icon128.png"
    },
    "background": {
        "page": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}