Search All Duke Libraries

Search Duke Library's All Search with a right-click.

Vad är Search All Duke Libraries?

Search All Duke Libraries är en Chrome-tillägg utvecklad av Sarah Park, och dess huvudfunktion är "Search Duke Library's All Search with a right-click.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Search All Duke Libraries-förlängningens CRX-fil

Ladda ner Search All Duke Libraries-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Search All Duke Libraries Search All Duke Libraries
ID mbkpahjjbmkhlaadgikmcpcfkkdjnhnb
Officiell webbadress https://chromewebstore.google.com/detail/search-all-duke-libraries/mbkpahjjbmkhlaadgikmcpcfkkdjnhnb
Beskrivning Search Duke Library's All Search with a right-click.
Filstorlek 542 KB
Antal Installationer 65
Aktuell Version 1.1
Senast Uppdaterad 2023-05-22
Publiceringsdatum 2019-01-23
Utvecklare Sarah Park
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}