UResolver Debug View

Displays debug information for Alma's View It menu

Co to jest UResolver Debug View?

UResolver Debug View to rozszerzenie Chrome opracowane przez Jeff Peterson, a jego główną funkcją jest „Displays debug information for Alma's View It menu”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia UResolver Debug View

Pobierz pliki rozszerzeń UResolver Debug View w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa UResolver Debug View UResolver Debug View
ID hnbbanecmagabidcfhebfeboghmepnlh
Oficjalny URL https://chromewebstore.google.com/detail/uresolver-debug-view/hnbbanecmagabidcfhebfeboghmepnlh
Opis Displays debug information for Alma's View It menu
Rozmiar pliku 4.81 KB
Liczba instalacji 165
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2016-07-26
Data Publikacji 2016-07-26
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper Jeff Peterson
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}