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」です。
拡張機能のスクリーンショット
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 |
ID | lnjihceobbbfgbnoghfeeofplkdelion |
公式URL | 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 |
Eメール | [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'" } |