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是由Sam Ho开发的Chrome扩展程序,该扩展的主要功能是“Primo Toolbox provides a setup of tools to help you have a better understanding of the underlying PNX and CDI records,…”。

扩展截图

screenshot

下载Primo Toolbox扩展crx文件

下载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"
    }
}