Show Me the LOG

Print server log in browser.

O que é Show Me the LOG?

Show Me the LOG é uma extensão do Chrome desenvolvida por tbfe, e sua principal característica é "Print server log in browser. ".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Show Me the LOG

Baixe arquivos de extensão Show Me the LOG 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

                        使用 Bingo_Log 在 console 中调试服务器端代码。                    

Informações Básicas da Extensão

Nome Show Me the LOG Show Me the LOG
ID lanbfkcdphcnohebdgdnndhdphepbapf
URL Oficial https://chrome.google.com/webstore/detail/show-me-the-log/lanbfkcdphcnohebdgdnndhdphepbapf
Descrição Print server log in browser.
Tamanho do Arquivo 9.79 KB
Contagem de Instalações 20
Versão Atual 0.0.2
Última Atualização 2014-07-29
Data de Publicação 2014-07-29
Desenvolvedor tbfe
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/tbfe/show-me-the-log/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Show Me the LOG"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.baidu.com\/*",
                "https:\/\/*.baidu.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}