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