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
官方網址 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\/*"
    ]
}