Primo Toolbox

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

Vad är Primo Toolbox?

Primo Toolbox är en Chrome-tillägg utvecklad av Sam Ho, och dess huvudfunktion är "Primo Toolbox provides a setup of tools to help you have a better understanding of the underlying PNX and CDI records,…".

Tilläggsskärmbilder

screenshot

Ladda ner Primo Toolbox-förlängningens CRX-fil

Ladda ner Primo Toolbox-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Primo Toolbox Primo Toolbox
ID aobahaoecgfoagghopdjpmoppggmaolg
Officiell webbadress https://chromewebstore.google.com/detail/primo-toolbox/aobahaoecgfoagghopdjpmoppggmaolg
Beskrivning Primo Toolbox provides a setup of tools to help you have a better understanding of the underlying PNX and CDI records,…
Filstorlek 42.24 KB
Antal Installationer 87
Aktuell Version 1.0.1
Senast Uppdaterad 2023-06-01
Publiceringsdatum 2019-10-11
Utvecklare Sam Ho
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}