Show Me the LOG
Print server log in browser.
Wat is Show Me the LOG?
Show Me the LOG is een Chrome-extensie ontwikkeld door tbfe, en de belangrijkste functie is "Print server log in browser. ".
Extensie Screenshots
Download het CRX-bestand van de extensie Show Me the LOG
Download Show Me the LOG-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
使用 Bingo_Log 在 console 中调试服务器端代码。
Basisinformatie over de Extensie
Naam | |
ID | lanbfkcdphcnohebdgdnndhdphepbapf |
Officiële URL | https://chrome.google.com/webstore/detail/show-me-the-log/lanbfkcdphcnohebdgdnndhdphepbapf |
Beschrijving | Print server log in browser. |
Bestandsgrootte | 9.79 KB |
Aantal Installaties | 20 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2014-07-29 |
Publicatiedatum | 2014-07-29 |
Ontwikkelaar | tbfe |
Betalingswijze | free |
Help Pagina-URL | https://github.com/tbfe/show-me-the-log/issues |
Ondersteunde Talen | 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:\/\/*\/*" ] } |