UResolver Debug View

Displays debug information for Alma's View It menu

Vad är UResolver Debug View?

UResolver Debug View är en Chrome-tillägg utvecklad av Jeff Peterson, och dess huvudfunktion är "Displays debug information for Alma's View It menu".

Tilläggsskärmbilder

screenshot

Ladda ner UResolver Debug View-förlängningens CRX-fil

Ladda ner UResolver Debug View-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn UResolver Debug View UResolver Debug View
ID hnbbanecmagabidcfhebfeboghmepnlh
Officiell webbadress https://chromewebstore.google.com/detail/uresolver-debug-view/hnbbanecmagabidcfhebfeboghmepnlh
Beskrivning Displays debug information for Alma's View It menu
Filstorlek 4.81 KB
Antal Installationer 165
Aktuell Version 0.1
Senast Uppdaterad 2016-07-26
Publiceringsdatum 2016-07-26
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare Jeff Peterson
Betalningssätt free
Stödda Språk 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\/*"
    ]
}