Primo Toolbox

Primo Toolbox provides a setup of tools to help you have a better understanding of the underlying PNX and CDI records,…

O que é Primo Toolbox?

Primo Toolbox é uma extensão do Chrome desenvolvida por Sam Ho, e sua principal característica é "Primo Toolbox provides a setup of tools to help you have a better understanding of the underlying PNX and CDI records,…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Primo Toolbox

Baixe arquivos de extensão Primo Toolbox 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

                        Primo Toolbox provides a setup of tools to help you have a better understanding of the underlying PNX and CDI records, troubleshooting the Viewit OpenURL links.

View PNX - views the PNX source of a local or PCI record 
View Source record - views the standard MARC for a local record. 
Viewit OpenURL XML - displays the XML of Viewit OpenURL 
Viewit OpenURL debug - adds a debug link which will show the target URL for Viewit OpenURL
Display CTO - adds Display CTO link in Primo VE and shows the OpenURL information
No customization - disables custom.js to isolate any problem caused by customization in custom.js                    

Informações Básicas da Extensão

Nome Primo Toolbox Primo Toolbox
ID aobahaoecgfoagghopdjpmoppggmaolg
URL Oficial https://chromewebstore.google.com/detail/primo-toolbox/aobahaoecgfoagghopdjpmoppggmaolg
Descrição Primo Toolbox provides a setup of tools to help you have a better understanding of the underlying PNX and CDI records,…
Tamanho do Arquivo 42.24 KB
Contagem de Instalações 87
Versão Atual 1.0.1
Última Atualização 2023-06-01
Data de Publicação 2019-10-11
Desenvolvedor Sam Ho
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Primo Toolbox",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.3.min.js"
            ]
        }
    ],
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}