UResolver Debug View

Displays debug information for Alma's View It menu

什么是UResolver Debug View?

UResolver Debug View是由Jeff Peterson开发的Chrome扩展程序,该扩展的主要功能是“Displays debug information for Alma's View It menu”。

扩展截图

screenshot

下载UResolver Debug View扩展crx文件

下载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 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\/*"
    ]
}