UResolver Debug View

Displays debug information for Alma's View It menu

UResolver Debug View là gì?

UResolver Debug View là một tiện ích mở rộng Chrome được phát triển bởi Jeff Peterson, và tính năng chính của nó là "Displays debug information for Alma's View It menu".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng UResolver Debug View

Tải xuống các tệp mở rộng UResolver Debug View dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UResolver Debug View UResolver Debug View
ID hnbbanecmagabidcfhebfeboghmepnlh
URL Chính Thức https://chromewebstore.google.com/detail/uresolver-debug-view/hnbbanecmagabidcfhebfeboghmepnlh
Mô tả Displays debug information for Alma's View It menu
Kích Thước Tệp 4.81 KB
Số Lần Cài Đặt 165
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-07-26
Ngày Phát Hành 2016-07-26
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Jeff Peterson
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}