Show Me the LOG

Print server log in browser.

Was ist Show Me the LOG?

Show Me the LOG ist eine Chrome-Erweiterung, die von tbfe entwickelt wurde, und ihr Hauptmerkmal ist "Print server log in browser. ".

Erweiterungsscreenshots

screenshot

Show Me the LOG-Erweiterungs-CRX-Datei herunterladen

Laden Sie Show Me the LOG-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Show Me the LOG Show Me the LOG
ID lanbfkcdphcnohebdgdnndhdphepbapf
Offizielle URL https://chrome.google.com/webstore/detail/show-me-the-log/lanbfkcdphcnohebdgdnndhdphepbapf
Beschreibung Print server log in browser.
Dateigröße 9.79 KB
Installationsanzahl 20
Aktuelle Version 0.0.2
Letztes Update 2014-07-29
Veröffentlichungsdatum 2014-07-29
Entwickler tbfe
Zahlungsart free
Hilfeseite URL https://github.com/tbfe/show-me-the-log/issues
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}