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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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                    

擴展基本資訊

名稱 Search All Duke Libraries Search All Duke Libraries
ID mbkpahjjbmkhlaadgikmcpcfkkdjnhnb
官方網址 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
}