UResolver Debug View

Displays debug information for Alma's View It menu

Co je UResolver Debug View?

UResolver Debug View je rozšíření Chrome vyvinuté Jeff Peterson, a jeho hlavní funkcí je „Displays debug information for Alma's View It menu“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření UResolver Debug View

Stáhněte si soubory rozšíření UResolver Debug View ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název UResolver Debug View UResolver Debug View
ID hnbbanecmagabidcfhebfeboghmepnlh
Oficiální URL https://chromewebstore.google.com/detail/uresolver-debug-view/hnbbanecmagabidcfhebfeboghmepnlh
Popis Displays debug information for Alma's View It menu
Velikost souboru 4.81 KB
Počet instalací 165
Aktuální Verze 0.1
Poslední Aktualizace 2016-07-26
Datum Vydání 2016-07-26
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář Jeff Peterson
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}