UResolver Debug View
Displays debug information for Alma's View It menu
UResolver Debug Viewคืออะไร?
UResolver Debug View เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeff Peterson และคุณลักษณะหลักของมันคือ "Displays debug information for Alma's View It menu"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UResolver Debug View
ดาวน์โหลดไฟล์ส่วนขยาย UResolver Debug View ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use this plugin to troubleshoot the UResolver menu. A bug icon will appear in the upper-right corner of the "view it" menu. Clicking on the bug will load menu in "debug mode", which enables you to see the context object metadata, a complete list of target services, and whether or not the services have been filtered for any reason.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | UResolver Debug View |
ID | hnbbanecmagabidcfhebfeboghmepnlh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/uresolver-debug-view/hnbbanecmagabidcfhebfeboghmepnlh |
คำอธิบาย | Displays debug information for Alma's View It menu |
ขนาดไฟล์ | 4.81 KB |
จำนวนการติดตั้ง | 165 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2016-07-26 |
วันที่เผยแพร่ | 2016-07-26 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Jeff Peterson |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "Displays debug information for Alma's View It menu", "version": "0.1", "name": "UResolver Debug View", "icons": { "128": "images\/glyphicons_360_bug.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.alma.exlibrisgroup.com\/view\/uresolver\/*svc_dat=viewit*" ], "js": [ "spewit.js" ], "all_frames": true } ], "web_accessible_resources": [ "images\/*" ] } |