Primo Toolbox

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

Qu'est-ce que Primo Toolbox ?

Primo Toolbox est une extension Chrome développée par Sam Ho, et sa fonction principale est "Primo Toolbox provides a setup of tools to help you have a better understanding of the underlying PNX and CDI records,…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Primo Toolbox

Téléchargez les fichiers d'extension Primo Toolbox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Primo Toolbox Primo Toolbox
ID aobahaoecgfoagghopdjpmoppggmaolg
URL Officiel https://chromewebstore.google.com/detail/primo-toolbox/aobahaoecgfoagghopdjpmoppggmaolg
Description Primo Toolbox provides a setup of tools to help you have a better understanding of the underlying PNX and CDI records,…
Taille du Fichier 42.24 KB
Nombre d'Installations 87
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-06-01
Date de Publication 2019-10-11
Développeur Sam Ho
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}