Primo Toolbox

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

Τι είναι το Primo Toolbox;

Το Primo Toolbox είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sam Ho, και η κύρια λειτουργία του είναι "Primo Toolbox provides a setup of tools to help you have a better understanding of the underlying PNX and CDI records,…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Primo Toolbox

Λήψη αρχείων επέκτασης Primo Toolbox σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Primo Toolbox Primo Toolbox
ID aobahaoecgfoagghopdjpmoppggmaolg
Επίσημο URL https://chromewebstore.google.com/detail/primo-toolbox/aobahaoecgfoagghopdjpmoppggmaolg
Περιγραφή Primo Toolbox provides a setup of tools to help you have a better understanding of the underlying PNX and CDI records,…
Μέγεθος Αρχείου 42.24 KB
Αριθμός Εγκαταστάσεων 87
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-06-01
Ημερομηνία Δημοσίευσης 2019-10-11
Προγραμματιστής Sam Ho
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}