Exception beautifier

A browser extension that will help you beautify the annoying exceptions

什麼是Exception beautifier?

Exception beautifier是由v.gagaleski開發的Chrome擴展程式,該擴展的主要功能是“A browser extension that will help you beautify the annoying exceptions”。

擴展截圖

screenshot
screenshot

下載Exception beautifier擴展crx文件

下載Exception beautifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Exception beautifier Exception beautifier
ID lnjihceobbbfgbnoghfeeofplkdelion
官方網址 https://chromewebstore.google.com/detail/exception-beautifier/lnjihceobbbfgbnoghfeeofplkdelion
簡介 A browser extension that will help you beautify the annoying exceptions
檔案大小 50.8 KB
安裝次數 19
目前版本 1.0.0
更新時間 2020-06-12
上架時間 2020-06-11
開發者 v.gagaleski
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/vgagaleski/exceptionBeautifier
支援的語言 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'"
}