Exception beautifier

A browser extension that will help you beautify the annoying exceptions

Exception beautifier là gì?

Exception beautifier là một tiện ích mở rộng Chrome được phát triển bởi v.gagaleski, và tính năng chính của nó là "A browser extension that will help you beautify the annoying exceptions".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Exception beautifier 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

                        A browser extension that will help you beautify the stack-trace of the annoying exceptions (C# & .NET).
The purpose of the extension is to provide fast access for developers and especially testers to place in which they can drop a non structured string stack-trace and get a structured output. The visibility that the exceptionBeautifier provides enables fast recognition of the stack-trace and analyzing the issue straight from the actual place of the "crime" - the browser. 
The extension has few features making it interesting part of every tester tool-set. The user can automatically get copy of the exception output to clipboard or clear the input fields. One of the cool features also is the dark theme, allowing every user to completely align the extension appearance to their personal preferences.                    

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

Tên Exception beautifier Exception beautifier
ID lnjihceobbbfgbnoghfeeofplkdelion
URL Chính Thức https://chromewebstore.google.com/detail/exception-beautifier/lnjihceobbbfgbnoghfeeofplkdelion
Mô tả A browser extension that will help you beautify the annoying exceptions
Kích Thước Tệp 50.8 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-06-12
Ngày Phát Hành 2020-06-11
Nhà Phát Triển v.gagaleski
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/vgagaleski/exceptionBeautifier
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Exception beautifier",
    "version": "1.0.0",
    "description": "A browser extension that will help you beautify the annoying exceptions",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Exception beautifier",
        "default_icon": "\/images\/logo_2.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}