Show Me the LOG
Print server log in browser.
Cos'è Show Me the LOG?
Show Me the LOG è un'estensione di Chrome sviluppata da tbfe, e la sua funzione principale è "Print server log in browser. ".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Show Me the LOG
Scarica i file di estensione Show Me the LOG in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
使用 Bingo_Log 在 console 中调试服务器端代码。
Informazioni di Base sull'Estensione
Nome | |
ID | lanbfkcdphcnohebdgdnndhdphepbapf |
URL Ufficiale | https://chrome.google.com/webstore/detail/show-me-the-log/lanbfkcdphcnohebdgdnndhdphepbapf |
Descrizione | Print server log in browser. |
Dimensione del File | 9.79 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2014-07-29 |
Data di Pubblicazione | 2014-07-29 |
Sviluppatore | tbfe |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/tbfe/show-me-the-log/issues |
Lingue Supportate | 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:\/\/*\/*" ] } |