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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } |