Search All Duke Libraries
Search Duke Library's All Search with a right-click.
Search All Duke Libraries란 무엇입니까?
Search All Duke Libraries은(는) Sarah Park에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search Duke Library's All Search with a right-click."입니다.
확장 프로그램 스크린샷
Search All Duke Libraries 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Why buy books and articles we already own? Highlight text (article title, author's name, DOI, or journal title) on a web page, right-click, and search Duke Library's Search All search engine. Version 1.1 * Remove permission suggested by Chrome Web Store Version 1.0 * Updated to meet the manifest V3 * Fixed the search syntax for Summon Version 0.2 * Identifies a DOI from a URL and searches DUL's Search All DOI Search URL * Encapsulates special characters
확장 프로그램 기본 정보
이름 | Search All Duke Libraries |
ID | mbkpahjjbmkhlaadgikmcpcfkkdjnhnb |
공식 URL | https://chromewebstore.google.com/detail/search-all-duke-libraries/mbkpahjjbmkhlaadgikmcpcfkkdjnhnb |
설명 | Search Duke Library's All Search with a right-click. |
파일 크기 | 542 KB |
설치 횟수 | 65 |
현재 버전 | 1.1 |
최근 업데이트 | 2023-05-22 |
출시 날짜 | 2019-01-23 |
개발자 | Sarah Park |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "name": "Search All Duke Libraries", "description": "Search Duke Library's All Search with a right-click.", "version": "1.1", "author": "Sarah Park", "permissions": [ "contextMenus" ], "background": { "service_worker": "background.js" }, "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "action": { "default_icon": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3 } |