Exception beautifier

A browser extension that will help you beautify the annoying exceptions

O que é Exception beautifier?

Exception beautifier é uma extensão do Chrome desenvolvida por v.gagaleski, e sua principal característica é "A browser extension that will help you beautify the annoying exceptions".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Exception beautifier

Baixe arquivos de extensão Exception beautifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Exception beautifier Exception beautifier
ID lnjihceobbbfgbnoghfeeofplkdelion
URL Oficial https://chromewebstore.google.com/detail/exception-beautifier/lnjihceobbbfgbnoghfeeofplkdelion
Descrição A browser extension that will help you beautify the annoying exceptions
Tamanho do Arquivo 50.8 KB
Contagem de Instalações 19
Versão Atual 1.0.0
Última Atualização 2020-06-12
Data de Publicação 2020-06-11
Desenvolvedor v.gagaleski
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/vgagaleski/exceptionBeautifier
Idiomas Suportados 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'"
}