Search All Duke Libraries

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

O que é Search All Duke Libraries?

Search All Duke Libraries é uma extensão do Chrome desenvolvida por Sarah Park, e sua principal característica é "Search Duke Library's All Search with a right-click.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Search All Duke Libraries

Baixe arquivos de extensão Search All Duke Libraries no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Search All Duke Libraries Search All Duke Libraries
ID mbkpahjjbmkhlaadgikmcpcfkkdjnhnb
URL Oficial https://chromewebstore.google.com/detail/search-all-duke-libraries/mbkpahjjbmkhlaadgikmcpcfkkdjnhnb
Descrição Search Duke Library's All Search with a right-click.
Tamanho do Arquivo 542 KB
Contagem de Instalações 65
Versão Atual 1.1
Última Atualização 2023-05-22
Data de Publicação 2019-01-23
Desenvolvedor Sarah Park
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}