Primo Toolbox

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

¿Qué es Primo Toolbox?

Primo Toolbox es una extensión de Chrome desarrollada por Sam Ho, y su función principal es "Primo Toolbox provides a setup of tools to help you have a better understanding of the underlying PNX and CDI records,…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Primo Toolbox

Descarga archivos de extensión Primo Toolbox en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Primo Toolbox Primo Toolbox
ID aobahaoecgfoagghopdjpmoppggmaolg
URL Oficial https://chromewebstore.google.com/detail/primo-toolbox/aobahaoecgfoagghopdjpmoppggmaolg
Descripción Primo Toolbox provides a setup of tools to help you have a better understanding of the underlying PNX and CDI records,…
Tamaño del Archivo 42.24 KB
Cantidad de Instalaciones 87
Versión Actual 1.0.1
Última Actualización 2023-06-01
Fecha de Publicación 2019-10-11
Desarrollador Sam Ho
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}