UResolver Debug View
Displays debug information for Alma's View It menu
Wat is UResolver Debug View?
UResolver Debug View is een Chrome-extensie ontwikkeld door Jeff Peterson, en de belangrijkste functie is "Displays debug information for Alma's View It menu".
Extensie Screenshots
Download het CRX-bestand van de extensie UResolver Debug View
Download UResolver Debug View-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | UResolver Debug View |
ID | hnbbanecmagabidcfhebfeboghmepnlh |
Officiële URL | https://chromewebstore.google.com/detail/uresolver-debug-view/hnbbanecmagabidcfhebfeboghmepnlh |
Beschrijving | Displays debug information for Alma's View It menu |
Bestandsgrootte | 4.81 KB |
Aantal Installaties | 165 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2016-07-26 |
Publicatiedatum | 2016-07-26 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Jeff Peterson |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |