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 là gì?

Primo Toolbox là một tiện ích mở rộng Chrome được phát triển bởi Sam Ho, và tính năng chính của nó là "Primo Toolbox provides a setup of tools to help you have a better understanding of the underlying PNX and CDI records,…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Primo Toolbox

Tải xuống các tệp mở rộng Primo Toolbox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Primo Toolbox Primo Toolbox
ID aobahaoecgfoagghopdjpmoppggmaolg
URL Chính Thức https://chromewebstore.google.com/detail/primo-toolbox/aobahaoecgfoagghopdjpmoppggmaolg
Mô tả Primo Toolbox provides a setup of tools to help you have a better understanding of the underlying PNX and CDI records,…
Kích Thước Tệp 42.24 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-06-01
Ngày Phát Hành 2019-10-11
Nhà Phát Triển Sam Ho
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}