UResolver Debug View
Displays debug information for Alma's View It menu
UResolver Debug View क्या है?
UResolver Debug View Jeff Peterson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays debug information for Alma's View It menu"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UResolver Debug View एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |