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ファイルをダウンロード
Search All Duke Libraries拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |