Show Me the LOG

Print server log in browser.

Show Me the LOGとは何ですか?

Show Me the LOGはtbfeによって開発されたChromeの拡張機能で、その主な機能は「Print server log in browser. 」です。

拡張機能のスクリーンショット

screenshot

Show Me the LOG拡張機能のCRXファイルをダウンロード

Show Me the LOG拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Show Me the LOG Show Me the LOG
ID lanbfkcdphcnohebdgdnndhdphepbapf
公式URL https://chrome.google.com/webstore/detail/show-me-the-log/lanbfkcdphcnohebdgdnndhdphepbapf
説明 Print server log in browser.
ファイルサイズ 9.79 KB
インストール数 20
現在のバージョン 0.0.2
最終更新日 2014-07-29
公開日 2014-07-29
開発者 tbfe
支払い方法 free
ヘルプページのURL https://github.com/tbfe/show-me-the-log/issues
対応言語 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:\/\/*\/*"
    ]
}