UResolver Debug View
Displays debug information for Alma's View It menu
Cos'è UResolver Debug View?
UResolver Debug View è un'estensione di Chrome sviluppata da Jeff Peterson, e la sua funzione principale è "Displays debug information for Alma's View It menu".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione UResolver Debug View
Scarica i file di estensione UResolver Debug View in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hnbbanecmagabidcfhebfeboghmepnlh |
| URL Ufficiale | https://chromewebstore.google.com/detail/uresolver-debug-view/hnbbanecmagabidcfhebfeboghmepnlh |
| Descrizione | Displays debug information for Alma's View It menu |
| Dimensione del File | 4.81 KB |
| Conteggio Installazioni | 165 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2016-07-26 |
| Data di Pubblicazione | 2016-07-26 |
| Valutazione | 5.00/5 Totale 6 Valutazioni |
| Sviluppatore | Jeff Peterson |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
} | |