UResolver Debug View
Displays debug information for Alma's View It menu
Τι είναι το UResolver Debug View;
Το UResolver Debug View είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jeff Peterson, και η κύρια λειτουργία του είναι "Displays debug information for Alma's View It menu".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης UResolver Debug View
Λήψη αρχείων επέκτασης UResolver Debug View σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | UResolver Debug View |
ID | hnbbanecmagabidcfhebfeboghmepnlh |
Επίσημο URL | https://chromewebstore.google.com/detail/uresolver-debug-view/hnbbanecmagabidcfhebfeboghmepnlh |
Περιγραφή | Displays debug information for Alma's View It menu |
Μέγεθος Αρχείου | 4.81 KB |
Αριθμός Εγκαταστάσεων | 165 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2016-07-26 |
Ημερομηνία Δημοσίευσης | 2016-07-26 |
Αξιολόγηση | 5.00/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | Jeff Peterson |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } |