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