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!"입니다.
확장 프로그램 스크린샷
WIS Library Search Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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" ] } |