Show Me the LOG
Print server log in browser.
Co to jest Show Me the LOG?
Show Me the LOG to rozszerzenie Chrome opracowane przez tbfe, a jego główną funkcją jest „Print server log in browser. ”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Show Me the LOG
Pobierz pliki rozszerzeń Show Me the LOG w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
使用 Bingo_Log 在 console 中调试服务器端代码。 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lanbfkcdphcnohebdgdnndhdphepbapf |
| Oficjalny URL | https://chrome.google.com/webstore/detail/show-me-the-log/lanbfkcdphcnohebdgdnndhdphepbapf |
| Opis | Print server log in browser. |
| Rozmiar pliku | 9.79 KB |
| Liczba instalacji | 20 |
| Aktualna Wersja | 0.0.2 |
| Ostatnia Aktualizacja | 2014-07-29 |
| Data Publikacji | 2014-07-29 |
| Deweloper | tbfe |
| Typ Płatności | free |
| Adres URL Strony Pomocy | https://github.com/tbfe/show-me-the-log/issues |
| Obsługiwane Języki | 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:\/\/*\/*"
]
} | |