UResolver Debug View

Displays debug information for Alma's View It menu

What is UResolver Debug View?

UResolver Debug View is a Chrome extension developed by Jeff Peterson, and its main feature is "Displays debug information for Alma's View It menu".

Extension Screenshots

screenshot

Download UResolver Debug View Extension CRX File

Download UResolver Debug View extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name UResolver Debug View UResolver Debug View
ID hnbbanecmagabidcfhebfeboghmepnlh
Official URL https://chromewebstore.google.com/detail/uresolver-debug-view/hnbbanecmagabidcfhebfeboghmepnlh
Description Displays debug information for Alma's View It menu
File Size 4.81 KB
Installation Count 165
Current Version 0.1
Last Updated 2016-07-26
Publish Date 2016-07-26
Rating 5.00/5 Total 6 Ratings
Developer Jeff Peterson
Payment Type free
Supported Languages 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\/*"
    ]
}