Search All Duke Libraries

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

Cos'è Search All Duke Libraries?

Search All Duke Libraries è un'estensione di Chrome sviluppata da Sarah Park, e la sua funzione principale è "Search Duke Library's All Search with a right-click.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Search All Duke Libraries

Scarica i file di estensione Search All Duke Libraries in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Search All Duke Libraries Search All Duke Libraries
ID mbkpahjjbmkhlaadgikmcpcfkkdjnhnb
URL Ufficiale https://chromewebstore.google.com/detail/search-all-duke-libraries/mbkpahjjbmkhlaadgikmcpcfkkdjnhnb
Descrizione Search Duke Library's All Search with a right-click.
Dimensione del File 542 KB
Conteggio Installazioni 65
Versione Corrente 1.1
Ultimo Aggiornamento 2023-05-22
Data di Pubblicazione 2019-01-23
Sviluppatore Sarah Park
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}