Show Me the LOG

Print server log in browser.

Qu'est-ce que Show Me the LOG ?

Show Me the LOG est une extension Chrome développée par tbfe, et sa fonction principale est "Print server log in browser. ".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Show Me the LOG

Téléchargez les fichiers d'extension Show Me the LOG au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Show Me the LOG Show Me the LOG
ID lanbfkcdphcnohebdgdnndhdphepbapf
URL Officiel https://chrome.google.com/webstore/detail/show-me-the-log/lanbfkcdphcnohebdgdnndhdphepbapf
Description Print server log in browser.
Taille du Fichier 9.79 KB
Nombre d'Installations 20
Version Actuelle 0.0.2
Dernière Mise à Jour 2014-07-29
Date de Publication 2014-07-29
Développeur tbfe
Type de Paiement free
URL de la Page d'Aide https://github.com/tbfe/show-me-the-log/issues
Langues Prises en Charge 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:\/\/*\/*"
    ]
}