Primo Toolbox

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

Was ist Primo Toolbox?

Primo Toolbox ist eine Chrome-Erweiterung, die von Sam Ho entwickelt wurde, und ihr Hauptmerkmal ist "Primo Toolbox provides a setup of tools to help you have a better understanding of the underlying PNX and CDI records,…".

Erweiterungsscreenshots

screenshot

Primo Toolbox-Erweiterungs-CRX-Datei herunterladen

Laden Sie Primo Toolbox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Primo Toolbox Primo Toolbox
ID aobahaoecgfoagghopdjpmoppggmaolg
Offizielle URL https://chromewebstore.google.com/detail/primo-toolbox/aobahaoecgfoagghopdjpmoppggmaolg
Beschreibung Primo Toolbox provides a setup of tools to help you have a better understanding of the underlying PNX and CDI records,…
Dateigröße 42.24 KB
Installationsanzahl 87
Aktuelle Version 1.0.1
Letztes Update 2023-06-01
Veröffentlichungsdatum 2019-10-11
Entwickler Sam Ho
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}