Show Me the LOG

Print server log in browser.

¿Qué es Show Me the LOG?

Show Me the LOG es una extensión de Chrome desarrollada por tbfe, y su función principal es "Print server log in browser. ".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Show Me the LOG

Descarga archivos de extensión Show Me the LOG en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Show Me the LOG Show Me the LOG
ID lanbfkcdphcnohebdgdnndhdphepbapf
URL Oficial https://chrome.google.com/webstore/detail/show-me-the-log/lanbfkcdphcnohebdgdnndhdphepbapf
Descripción Print server log in browser.
Tamaño del Archivo 9.79 KB
Cantidad de Instalaciones 20
Versión Actual 0.0.2
Última Actualización 2014-07-29
Fecha de Publicación 2014-07-29
Desarrollador tbfe
Tipo de Pago free
URL de la Página de Ayuda https://github.com/tbfe/show-me-the-log/issues
Idiomas Soportados 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:\/\/*\/*"
    ]
}